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