Home | History | Annotate | Download | only in Sema

Lines Matching refs:LookupCtx

206   DeclContext *LookupCtx = nullptr;
210 LookupCtx = computeDeclContext(ObjectType);
212 LookupCtx = computeDeclContext(*SS, false);
214 if (!LookupCtx) {
242 if (!LookupCtx->isDependentContext() &&
243 RequireCompleteDeclContext(*SS, LookupCtx))
252 if (LookupCtx) {
257 LookupQualifiedName(Result, LookupCtx);