reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/DeclTemplate.h
 2172     return const_cast<ClassTemplateDecl*>(this)->getMostRecentDecl();
tools/clang/lib/AST/ASTImporter.cpp
 5118         const_cast<ClassTemplateDecl *>(FoundByLookup->getMostRecentDecl());
tools/clang/lib/Sema/SemaTemplate.cpp
 1585               ? PrevClassTemplate->getMostRecentDecl()->getTemplateParameters()
10476         diagnose(TD->getMostRecentDecl(), false);
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 1406         = PrevClassTemplate->getMostRecentDecl()->getTemplateParameters();
tools/clang/unittests/AST/ASTImporterTest.cpp
 5334   ASSERT_EQ(ToClassDef->getMostRecentDecl(), ToClassDef);
 5335   ASSERT_EQ(ToClassProto->getMostRecentDecl(), ToClassProto);
 5344   ASSERT_EQ(FromClassDef->getMostRecentDecl(), FromClassDef);
 5345   ASSERT_EQ(FromClassProto->getMostRecentDecl(), FromClassProto);