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

References

tools/clang/unittests/AST/ASTImporterTest.cpp
 2742   auto *ToClass = FirstDeclMatcher<CXXRecordDecl>().match(ToTU, ClassPattern);
 2745   LookupRes = ToTU->noload_lookup(ToName);
 2749   ASSERT_EQ(DeclCounter<FunctionDecl>().match(ToTU, FunctionPattern), 2u);
 2750   ToFriend = FirstDeclMatcher<FunctionDecl>().match(ToTU, FunctionPattern);
 2751   auto *ToNormal = LastDeclMatcher<FunctionDecl>().match(ToTU, FunctionPattern);