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

References

tools/clang/unittests/AST/ASTImporterTest.cpp
 1751   auto FromD = FirstDeclMatcher<FunctionDecl>().match(FromTU, functionDecl());
 1755   auto FromLHS = LastDeclMatcher<DeclRefExpr>().match(FromTU, declRefExpr());
 1758       LastDeclMatcher<IntegerLiteral>().match(FromTU, integerLiteral());