Home
last modified time | relevance | path

Searched refs:LookupRes (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DLookup.cpp156 auto LookupRes = NS->lookup(DeclarationName(&AST.Idents.get(Head))); in disambiguateSpellingInScope() local
157 if (!LookupRes.empty()) { in disambiguateSpellingInScope()
158 for (const NamedDecl *Res : LookupRes) in disambiguateSpellingInScope()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExternalASTMerger.cpp510 Decl *LookupRes = C.first.get(); in FindExternalVisibleDeclsByName() local
512 auto NDOrErr = Importer->Import(LookupRes); in FindExternalVisibleDeclsByName()
519 importSpecializationsIfNeeded(LookupRes, Importer); in FindExternalVisibleDeclsByName()
H A DASTContext.cpp419 auto LookupRes = CommentlessRedeclChains.find(CanonicalD); in getRawCommentForAnyRedecl() local
420 if (LookupRes != CommentlessRedeclChains.end()) in getRawCommentForAnyRedecl()
421 return LookupRes->second; in getRawCommentForAnyRedecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp968 auto LookupRes = ACtx.getTranslationUnitDecl()->lookup(&II); in initFunctionSummaries() local
969 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() local
1121 if (LookupRes.empty()) in initFunctionSummaries()
1123 for (Decl *D : LookupRes) { in initFunctionSummaries()