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

References

tools/clang/unittests/AST/ASTImporterTest.cpp
 2017   EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, Pattern), 2u);
 2018   auto *To0 = FirstDeclMatcher<FunctionDecl>().match(ToTU, Pattern);
 2019   auto *To1 = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern);