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

References

tools/clang/unittests/AST/ASTImporterTest.cpp
 2030       LastDeclMatcher<FunctionDecl>().match(FromTU, Pattern); // Def
 2035   EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, Pattern), 2u);
 2036   auto *To0 = FirstDeclMatcher<FunctionDecl>().match(ToTU, Pattern);
 2037   auto *To1 = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern);