Home
last modified time | relevance | path

Searched defs:LookupRes (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/lib/Tooling/Refactoring/
DLookup.cpp156 auto LookupRes = NS->lookup(DeclarationName(&AST.Idents.get(Head))); in disambiguateSpellingInScope() local
/external/llvm-project/clang-tools-extra/clangd/unittests/
DTestTU.cpp196 auto LookupRes = Scope.lookup(DeclarationName(&Ctx.Idents.get(Name))); in findDecl() local
/external/llvm-project/clang/lib/AST/
DExternalASTMerger.cpp510 Decl *LookupRes = C.first.get(); in FindExternalVisibleDeclsByName() local
DASTContext.cpp418 auto LookupRes = CommentlessRedeclChains.find(CanonicalD); in getRawCommentForAnyRedecl() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DStdLibraryFunctionsChecker.cpp843 auto LookupRes = ACtx.getTranslationUnitDecl()->lookup(&II); in initFunctionSummaries() local
995 auto LookupRes = ACtx.getTranslationUnitDecl()->lookup(&II); in initFunctionSummaries() local
/external/llvm-project/clang-tools-extra/clang-change-namespace/
DChangeNamespace.cpp301 auto LookupRes = DC->lookup(DeclarationName(&AST.Idents.get(Name))); in conflictInNamespace() local
/external/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp2493 auto LookupRes = Class->noload_lookup(FromName); in TEST_P() local
2504 auto LookupRes = Class->noload_lookup(ToName); in TEST_P() local
2540 auto LookupRes = FromClass->noload_lookup(FromName); in TEST_P() local
2584 auto LookupRes = FromClass->noload_lookup(FromName); in TEST_P() local
2626 auto LookupRes = FromNormalTU->noload_lookup(FromNormalName); in TEST_P() local