Home
last modified time | relevance | path

Searched refs:DeclContextLookupResult (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/clang/lib/AST/
DComparisonCategories.cpp81 DeclContextLookupResult Lookup = Record->getCanonicalDecl()->lookup( in lookupValueInfo()
92 DeclContextLookupResult Lookup = in lookupStdNamespace()
104 DeclContextLookupResult Lookup = StdNS->lookup(&Ctx.Idents.get(Name)); in lookupCXXRecordDecl()
DASTDumper.cpp43 DeclContextLookupResult R = *I; in dumpLookups()
52 for (DeclContextLookupResult::iterator RI = R.begin(), RE = R.end(); in dumpLookups()
DExternalASTMerger.cpp497 DeclContextLookupResult Result = in FindExternalVisibleDeclsByName()
DDeclBase.cpp1666 NamedDecl *const DeclContextLookupResult::SingleElementDummyList = nullptr;
DASTImporter.cpp324 DeclContextLookupResult FromLookup = in addDeclToContexts()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DNameSearchContext.h107 void AddLookupResult(clang::DeclContextLookupResult result);
DNameSearchContext.cpp173 void NameSearchContext::AddLookupResult(clang::DeclContextLookupResult result) { in AddLookupResult()
/external/clang/include/clang/AST/
DDeclBase.h1067 class DeclContextLookupResult {
1077 DeclContextLookupResult() : Result(), Single() {} in DeclContextLookupResult() function
1078 DeclContextLookupResult(ArrayRef<NamedDecl *> Result) in DeclContextLookupResult() function
1080 DeclContextLookupResult(NamedDecl *Single) in DeclContextLookupResult() function
1114 DeclContextLookupResult slice(size_t N) const { in slice()
1115 DeclContextLookupResult Sliced = Result.slice(N); in slice()
1652 typedef DeclContextLookupResult lookup_result;
DExternalASTSource.h301 static DeclContextLookupResult
306 static DeclContextLookupResult
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1227 class DeclContextLookupResult {
1239 DeclContextLookupResult() = default;
1240 DeclContextLookupResult(ArrayRef<NamedDecl *> Result) in DeclContextLookupResult() function
1242 DeclContextLookupResult(NamedDecl *Single) in DeclContextLookupResult() function
1278 DeclContextLookupResult slice(size_t N) const { in slice()
1279 DeclContextLookupResult Sliced = Result.slice(N); in slice()
2268 using lookup_result = DeclContextLookupResult;
DExternalASTSource.h305 static DeclContextLookupResult
310 static DeclContextLookupResult
/external/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp231 DeclContextLookupResult Decls = RD->lookup(DeclName); in findMemberField()
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp2220 auto HasOnlyStaticMembers = [&](DeclContextLookupResult Result) { in LookupQualifiedName()
2231 auto HasSameDeclarations = [&](DeclContextLookupResult A, in LookupQualifiedName()
2232 DeclContextLookupResult B) { in LookupQualifiedName()
2233 using Iterator = DeclContextLookupResult::iterator; in LookupQualifiedName()
3793 for (DeclContextLookupResult R : in lookupInDeclContext()
DSemaDeclAttr.cpp471 DeclContextLookupResult Result = in threadSafetyCheckIsSmartPointer()
/external/llvm-project/clang-tools-extra/clangd/refactor/
DRename.cpp329 DeclContextLookupResult LookupResult; in lookupSiblingWithName()
/external/clang/lib/AST/
DASTDumper.cpp796 DeclContextLookupResult R = *I++; in dumpLookups()
805 for (DeclContextLookupResult::iterator RI = R.begin(), RE = R.end(); in dumpLookups()
DDeclBase.cpp1404 NamedDecl *const DeclContextLookupResult::SingleElementDummyList = nullptr;
/external/clang/lib/Sema/
DSemaDeclAttr.cpp384 DeclContextLookupResult Res1 = RT->getDecl()->lookup( in threadSafetyCheckIsSmartPointer()
389 DeclContextLookupResult Res2 = RT->getDecl()->lookup( in threadSafetyCheckIsSmartPointer()
DSemaLookup.cpp3480 for (DeclContextLookupResult R : Ctx->lookups()) { in LookupVisibleDecls()
/external/clang/include/clang/Sema/
DSema.h2872 DeclContextLookupResult LookupConstructors(CXXRecordDecl *Class);
/external/llvm-project/clang/include/clang/Sema/
DSema.h3973 DeclContextLookupResult LookupConstructors(CXXRecordDecl *Class);