Lines Matching refs:CCContext
578 getQueryScopes(CodeCompletionContext &CCContext, const Sema &CCSema, in getQueryScopes() argument
582 for (auto *Context : CCContext.getVisitedContexts()) { in getQueryScopes()
590 CCContext.getCXXScopeSpecifier().getValueOr(nullptr); in getQueryScopes()
716 CCContext(CodeCompletionContext::CCC_Other), Opts(Opts), in CompletionRecorder()
723 CodeCompletionContext CCContext; member
752 getCompletionKindString(this->CCContext.getKind())); in ProcessCodeCompleteResults()
757 CCContext = Context; in ProcessCodeCompleteResults()
813 *CCSema, CCContext, *CCAllocator, CCTUInfo, in codeCompletionString()
1300 CCContextKind = Recorder->CCContext.getKind(); in run()
1301 IsUsingDeclaration = Recorder->CCContext.isUsingDeclaration(); in run()
1346 PreferredType ? Recorder->CCContext.getPreferredType().getAsString() in run()
1481 Recorder->CCContext, *Recorder->CCSema, HeuristicPrefix, Opts); in runWithSema()
1486 Recorder->CCContext.getPreferredType()); in runWithSema()
1492 auto IndexResults = (Opts.Index && allowIndex(Recorder->CCContext)) in runWithSema()