Home
last modified time | relevance | path

Searched refs:LookupCtx (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp391 DeclContext *LookupCtx = nullptr; in isNonTypeNestedNameSpecifier() local
407 if (LookupCtx) { in isNonTypeNestedNameSpecifier()
418 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
493 DeclContext *LookupCtx = nullptr; in BuildCXXNestedNameSpecifier() local
512 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
564 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
583 if (LookupCtx) in BuildCXXNestedNameSpecifier()
584 LookupQualifiedName(R, LookupCtx); in BuildCXXNestedNameSpecifier()
622 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
794 DeclContext *DC = LookupCtx ? LookupCtx : CurContext; in BuildCXXNestedNameSpecifier()
[all …]
H A DSemaLookup.cpp2021 assert((!isa<TagDecl>(LookupCtx) || in LookupQualifiedName()
2022 LookupCtx->isDependentContext() || in LookupQualifiedName()
2023 cast<TagDecl>(LookupCtx)->isCompleteDefinition() || in LookupQualifiedName()
2024 cast<TagDecl>(LookupCtx)->isBeingDefined()) && in LookupQualifiedName()
2037 } QL(LookupCtx); in LookupQualifiedName()
2039 if (LookupDirect(*this, R, LookupCtx)) { in LookupQualifiedName()
2041 if (isa<CXXRecordDecl>(LookupCtx)) in LookupQualifiedName()
2042 R.setNamingClass(cast<CXXRecordDecl>(LookupCtx)); in LookupQualifiedName()
2059 if (LookupCtx->isFileContext()) in LookupQualifiedName()
2064 CXXRecordDecl *LookupRec = dyn_cast<CXXRecordDecl>(LookupCtx); in LookupQualifiedName()
[all …]
H A DSemaTemplate.cpp322 DeclContext *LookupCtx = nullptr; in LookupTemplateName() local
329 IsDependent = !LookupCtx; in LookupTemplateName()
343 IsDependent = !LookupCtx; in LookupTemplateName()
346 if (LookupCtx && RequireCompleteDeclContext(SS, LookupCtx)) in LookupTemplateName()
352 if (LookupCtx) { in LookupTemplateName()
412 if (LookupCtx) { in LookupTemplateName()
509 DeclContext *LookupCtx = nullptr; in diagnoseExprIntendedAsTemplateName() local
572 if (LookupCtx) { in diagnoseExprIntendedAsTemplateName()
4229 DeclContext *LookupCtx = nullptr; in ActOnDependentTemplateName() local
4232 if (!LookupCtx && ObjectType) in ActOnDependentTemplateName()
[all …]
H A DSemaExprCXX.cpp162 DeclContext *LookupCtx = nullptr; in getDestructorName() local
194 LookupCtx = DC; in getDestructorName()
208 LookupCtx = computeDeclContext(PrefixSS, EnteringContext); in getDestructorName()
211 LookupCtx = computeDeclContext(SearchType); in getDestructorName()
214 LookupCtx = computeDeclContext(SS, EnteringContext); in getDestructorName()
215 isDependent = LookupCtx && LookupCtx->isDependentContext(); in getDestructorName()
225 LookupCtx = computeDeclContext(SearchType); in getDestructorName()
243 if (Step == 0 && LookupCtx) { in getDestructorName()
244 if (RequireCompleteDeclContext(SS, LookupCtx)) in getDestructorName()
246 LookupQualifiedName(Found, LookupCtx); in getDestructorName()
H A DSemaCoroutine.cpp341 DeclContext *LookupCtx = S.computeDeclContext(CoroHandleType); in buildCoroutineHandle() local
344 if (!S.LookupQualifiedName(Found, LookupCtx)) { in buildCoroutineHandle()
H A DSemaDecl.cpp291 DeclContext *LookupCtx = nullptr; in getTypeName() local
295 LookupCtx = computeDeclContext(ObjectType); in getTypeName()
297 LookupCtx = computeDeclContext(*SS, false); in getTypeName()
299 if (!LookupCtx) { in getTypeName()
327 if (!LookupCtx->isDependentContext() && in getTypeName()
328 RequireCompleteDeclContext(*SS, LookupCtx)) in getTypeName()
337 if (LookupCtx) { in getTypeName()
342 LookupQualifiedName(Result, LookupCtx); in getTypeName()
469 auto *LookupRD = dyn_cast_or_null<CXXRecordDecl>(LookupCtx); in getTypeName()
/freebsd-12.1/contrib/llvm/include/llvm-c/
H A DOrcBindings.h36 typedef uint64_t (*LLVMOrcSymbolResolverFn)(const char *Name, void *LookupCtx);
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3217 bool LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx,
3219 bool LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx,