Home | History | Annotate | Download | only in Sema

Lines Matching defs:LookupCtx

140   DeclContext *LookupCtx = 0;
144 LookupCtx = computeDeclContext(ObjectType);
146 LookupCtx = computeDeclContext(*SS, false);
148 if (!LookupCtx) {
178 if (!LookupCtx->isDependentContext() &&
179 RequireCompleteDeclContext(*SS, LookupCtx))
188 if (LookupCtx) {
193 LookupQualifiedName(Result, LookupCtx);