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

References

tools/clang/unittests/AST/ASTImporterTest.cpp
 2564   auto *FromD = FirstDeclMatcher<FunctionDecl>().match(FromTU, Pattern);
 2568   ASSERT_EQ(DeclCounter<FunctionDecl>().match(ToTU, Pattern), 2u);
 2570   auto *ToFD = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern);