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

References

tools/clang/unittests/AST/ASTImporterTest.cpp
 2767       FirstDeclMatcher<FunctionDecl>().match(FromTU, FunctionPattern);
 2769       LastDeclMatcher<FunctionDecl>().match(FromTU, FunctionPattern);
 2777       FirstDeclMatcher<CXXRecordDecl>().match(FromTU, ClassPattern);
 2780   LookupRes = FromTU->noload_lookup(FromName);