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

References

tools/clang/unittests/AST/ASTImporterTest.cpp
 2244     auto *D = FirstDeclMatcher<CXXMethodDecl>().match(FromTU0, DFP);
 2257   EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, DFP), 1u);
 2268   auto *ToDFInClass = FirstDeclMatcher<CXXMethodDecl>().match(ToTU, DFP);