Lines Matching refs:CCContext
640 getQueryScopes(CodeCompletionContext &CCContext, const Sema &CCSema, in getQueryScopes() argument
644 for (auto *Context : CCContext.getVisitedContexts()) { in getQueryScopes()
652 CCContext.getCXXScopeSpecifier().value_or(nullptr); in getQueryScopes()
779 CCContext(CodeCompletionContext::CCC_Other), Opts(Opts), in CompletionRecorder()
786 CodeCompletionContext CCContext; member
815 getCompletionKindString(this->CCContext.getKind())); in ProcessCodeCompleteResults()
820 CCContext = Context; in ProcessCodeCompleteResults()
884 *CCSema, CCContext, *CCAllocator, CCTUInfo, in codeCompletionString()
1458 CCContextKind = Recorder->CCContext.getKind(); in run()
1459 IsUsingDeclaration = Recorder->CCContext.isUsingDeclaration(); in run()
1507 PreferredType ? Recorder->CCContext.getPreferredType().getAsString() in run()
1642 Recorder->CCContext, *Recorder->CCSema, HeuristicPrefix, Opts); in runWithSema()
1647 Recorder->CCContext.getPreferredType()); in runWithSema()
1653 auto IndexResults = (Opts.Index && allowIndex(Recorder->CCContext)) in runWithSema()