Home | History | Annotate | Download | only in Sema

Lines Matching refs:LookupCtx

249   DeclContext *LookupCtx = nullptr;
253 LookupCtx = computeDeclContext(ObjectType);
255 LookupCtx = computeDeclContext(*SS, false);
257 if (!LookupCtx) {
285 if (!LookupCtx->isDependentContext() &&
286 RequireCompleteDeclContext(*SS, LookupCtx))
295 if (LookupCtx) {
300 LookupQualifiedName(Result, LookupCtx);