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

References

tools/clang/unittests/AST/ASTImporterTest.cpp
 4408   ASTImporterLookupTable LT(*ToTU);
 4409   auto *F0 = FirstDeclMatcher<FunctionDecl>().match(ToTU, functionDecl());
 4410   auto *F2 = LastDeclMatcher<FunctionDecl>().match(ToTU, functionDecl());
 4412   auto Res = LT.lookup(ToTU, Name);