Lines Matching defs:LookupCtx
1224 // Perform direct name lookup into the LookupCtx.
2403 bool Sema::LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx,
2405 assert(LookupCtx && "Sema::LookupQualifiedName requires a lookup context");
2411 assert((!isa<TagDecl>(LookupCtx) ||
2412 LookupCtx->isDependentContext() ||
2413 cast<TagDecl>(LookupCtx)->isCompleteDefinition() ||
2414 cast<TagDecl>(LookupCtx)->isBeingDefined()) &&
2428 } QL(LookupCtx);
2430 CXXRecordDecl *LookupRec = dyn_cast<CXXRecordDecl>(LookupCtx);
2451 if (LookupDirect(*this, R, LookupCtx)) {
2471 if (LookupCtx->isFileContext())
2472 return LookupQualifiedNameInUsingDirectives(*this, R, LookupCtx);
2677 bool Sema::LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx,
2684 return LookupQualifiedName(R, LookupCtx);