reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2722 FirstDeclMatcher<FunctionDecl>().match(FromTU, FunctionPattern); 2724 LastDeclMatcher<FunctionDecl>().match(FromTU, FunctionPattern); 2732 FirstDeclMatcher<CXXRecordDecl>().match(FromTU, ClassPattern); 2735 LookupRes = FromTU->noload_lookup(FromName);