Lines Matching refs:LookupCtx
2392 bool Sema::LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx, in LookupQualifiedName() argument
2394 assert(LookupCtx && "Sema::LookupQualifiedName requires a lookup context"); in LookupQualifiedName()
2400 assert((!isa<TagDecl>(LookupCtx) || in LookupQualifiedName()
2401 LookupCtx->isDependentContext() || in LookupQualifiedName()
2402 cast<TagDecl>(LookupCtx)->isCompleteDefinition() || in LookupQualifiedName()
2403 cast<TagDecl>(LookupCtx)->isBeingDefined()) && in LookupQualifiedName()
2417 } QL(LookupCtx); in LookupQualifiedName()
2419 CXXRecordDecl *LookupRec = dyn_cast<CXXRecordDecl>(LookupCtx); in LookupQualifiedName()
2440 if (LookupDirect(*this, R, LookupCtx)) { in LookupQualifiedName()
2460 if (LookupCtx->isFileContext()) in LookupQualifiedName()
2461 return LookupQualifiedNameInUsingDirectives(*this, R, LookupCtx); in LookupQualifiedName()
2666 bool Sema::LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx, in LookupQualifiedName() argument
2673 return LookupQualifiedName(R, LookupCtx); in LookupQualifiedName()