Searched defs:LookupCtx (Results 1 – 7 of 7) sorted by relevance
422 DeclContext *LookupCtx = nullptr; in BuildCXXNestedNameSpecifier() local
274 DeclContext *LookupCtx = S.computeDeclContext(CoroHandleType); in buildCoroutineHandle() local
393 DeclContext *LookupCtx = nullptr; in LookupTemplateName() local632 DeclContext *LookupCtx = nullptr; in diagnoseExprIntendedAsTemplateName() local3564 DeclContext *LookupCtx = computeDeclContext(SS, /*EnteringContext*/false); in ActOnTemplateIdType() local4503 DeclContext *LookupCtx = nullptr; in ActOnTemplateName() local
2392 bool Sema::LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx, in LookupQualifiedName()2666 bool Sema::LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx, in LookupQualifiedName()
266 DeclContext *LookupCtx = computeDeclContext(SearchType); in getDestructorName() local278 DeclContext *LookupCtx = computeDeclContext(LookupSS, EnteringContext); in getDestructorName() local
301 DeclContext *LookupCtx = nullptr; in getTypeName() local
2437 ArrayRef<Expr *> Args, DeclContext *LookupCtx, in DiagnoseEmptyLookup()