Lines Matching refs:LookupCtx
422 DeclContext *LookupCtx = nullptr; in BuildCXXNestedNameSpecifier() local
430 LookupCtx = computeDeclContext(ObjectType); in BuildCXXNestedNameSpecifier()
435 LookupCtx = computeDeclContext(SS, EnteringContext); in BuildCXXNestedNameSpecifier()
441 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
448 if (!LookupCtx->isDependentContext() && in BuildCXXNestedNameSpecifier()
449 RequireCompleteDeclContext(SS, LookupCtx)) in BuildCXXNestedNameSpecifier()
452 LookupQualifiedName(Found, LookupCtx); in BuildCXXNestedNameSpecifier()
493 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
494 (!cast<CXXRecordDecl>(LookupCtx)->hasDefinition() || in BuildCXXNestedNameSpecifier()
495 !cast<CXXRecordDecl>(LookupCtx)->hasAnyDependentBases()))) { in BuildCXXNestedNameSpecifier()
512 if (LookupCtx) in BuildCXXNestedNameSpecifier()
513 LookupQualifiedName(R, LookupCtx); in BuildCXXNestedNameSpecifier()
550 CTK_ErrorRecovery, LookupCtx, EnteringContext)) { in BuildCXXNestedNameSpecifier()
551 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
558 << Name << LookupCtx << DroppedSpecifier in BuildCXXNestedNameSpecifier()
727 DeclContext *DC = LookupCtx ? LookupCtx : CurContext; in BuildCXXNestedNameSpecifier()
766 << LookupCtx << SS.getRange(); in BuildCXXNestedNameSpecifier()