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

References

tools/clang/unittests/AST/ASTImporterTest.cpp
 2787   auto *ToClass = FirstDeclMatcher<CXXRecordDecl>().match(ToTU, ClassPattern);
 2790   LookupRes = ToTU->noload_lookup(ToName);
 2793   EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, FunctionPattern), 2u);
 2794   ToNormal = FirstDeclMatcher<FunctionDecl>().match(ToTU, FunctionPattern);
 2795   auto *ToFriend = LastDeclMatcher<FunctionDecl>().match(ToTU, FunctionPattern);