Home | History | Annotate | Download | only in Sema

Lines Matching refs:LookupCtx

102   DeclContext *LookupCtx = 0;
106 LookupCtx = computeDeclContext(ObjectType);
108 LookupCtx = computeDeclContext(*SS, false);
110 if (!LookupCtx) {
140 if (!LookupCtx->isDependentContext() &&
141 RequireCompleteDeclContext(*SS, LookupCtx))
150 if (LookupCtx) {
155 LookupQualifiedName(Result, LookupCtx);