Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp422 DeclContext *LookupCtx = nullptr; in BuildCXXNestedNameSpecifier() local
H A DSemaCoroutine.cpp274 DeclContext *LookupCtx = S.computeDeclContext(CoroHandleType); in buildCoroutineHandle() local
H A DSemaTemplate.cpp393 DeclContext *LookupCtx = nullptr; in LookupTemplateName() local
632 DeclContext *LookupCtx = nullptr; in diagnoseExprIntendedAsTemplateName() local
3564 DeclContext *LookupCtx = computeDeclContext(SS, /*EnteringContext*/false); in ActOnTemplateIdType() local
4503 DeclContext *LookupCtx = nullptr; in ActOnTemplateName() local
H A DSemaLookup.cpp2392 bool Sema::LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx, in LookupQualifiedName()
2666 bool Sema::LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx, in LookupQualifiedName()
H A DSemaExprCXX.cpp266 DeclContext *LookupCtx = computeDeclContext(SearchType); in getDestructorName() local
278 DeclContext *LookupCtx = computeDeclContext(LookupSS, EnteringContext); in getDestructorName() local
H A DSemaDecl.cpp301 DeclContext *LookupCtx = nullptr; in getTypeName() local
H A DSemaExpr.cpp2437 ArrayRef<Expr *> Args, DeclContext *LookupCtx, in DiagnoseEmptyLookup()