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

References

tools/clang/unittests/AST/ASTImporterTest.cpp
 2657     auto *FromD = FirstDeclMatcher<FunctionDecl>().match(FromTU, Pattern);
 2663     auto *FromD = FirstDeclMatcher<FunctionDecl>().match(FromTU, Pattern);
 2668   ASSERT_EQ(DeclCounter<FunctionDecl>().match(ToTU, Pattern), 2u);