Searched refs:LookupRes (Results 1 – 4 of 4) sorted by relevance
156 auto LookupRes = NS->lookup(DeclarationName(&AST.Idents.get(Head))); in disambiguateSpellingInScope() local157 if (!LookupRes.empty()) { in disambiguateSpellingInScope()158 for (const NamedDecl *Res : LookupRes) in disambiguateSpellingInScope()
510 Decl *LookupRes = C.first.get(); in FindExternalVisibleDeclsByName() local512 auto NDOrErr = Importer->Import(LookupRes); in FindExternalVisibleDeclsByName()519 importSpecializationsIfNeeded(LookupRes, Importer); in FindExternalVisibleDeclsByName()
419 auto LookupRes = CommentlessRedeclChains.find(CanonicalD); in getRawCommentForAnyRedecl() local420 if (LookupRes != CommentlessRedeclChains.end()) in getRawCommentForAnyRedecl()421 return LookupRes->second; in getRawCommentForAnyRedecl()
968 auto LookupRes = ACtx.getTranslationUnitDecl()->lookup(&II); in initFunctionSummaries() local969 if (LookupRes.empty()) in initFunctionSummaries()977 for (Decl *D : LookupRes) in initFunctionSummaries()985 for (Decl *D : LookupRes) in initFunctionSummaries()1120 auto LookupRes = ACtx.getTranslationUnitDecl()->lookup(&II); in initFunctionSummaries() local1121 if (LookupRes.empty()) in initFunctionSummaries()1123 for (Decl *D : LookupRes) { in initFunctionSummaries()