Lines Matching refs:CCSema

640 getQueryScopes(CodeCompletionContext &CCContext, const Sema &CCSema,  in getQueryScopes()  argument
668 std::string EnclosingScope = printNamespaceScope(*CCSema.CurContext); in getQueryScopes()
685 CCSema.SourceMgr, clang::LangOptions()); in getQueryScopes()
787 Sema *CCSema = nullptr; // Sema that created the results. member
811 if (CCSema) { in ProcessCodeCompleteResults()
819 CCSema = &S; in ProcessCodeCompleteResults()
884 *CCSema, CCContext, *CCAllocator, CCTUInfo, in codeCompletionString()
1464 Recorder->CCSema->getPreprocessor().getCodeCompletionLoc(), in run()
1465 Recorder->CCSema->getSourceManager(), Recorder->CCSema->LangOpts); in run()
1473 &Recorder->CCSema->getPreprocessor().getHeaderSearchInfo()); in run()
1482 const auto &SM = Recorder->CCSema->getSourceManager(); in run()
1624 Recorder->CCSema->getPreprocessor().getCodeCompletionTokenRange()); in runWithSema()
1631 ReplacedRange = halfOpenToRange(Recorder->CCSema->getSourceManager(), in runWithSema()
1635 Recorder->CCSema->getSourceManager(), in runWithSema()
1636 Recorder->CCSema->getPreprocessor().getCodeCompletionLoc()); in runWithSema()
1640 Recorder->CCSema->getPreprocessor().getCodeCompletionFilter()); in runWithSema()
1642 Recorder->CCContext, *Recorder->CCSema, HeuristicPrefix, Opts); in runWithSema()
1646 OpaqueType::fromType(Recorder->CCSema->getASTContext(), in runWithSema()
1771 getSymbolID(SemaResult, Recorder->CCSema->getSourceManager())) { in mergeResults()
1882 Recorder->CCSema->getASTContext(), *Candidate.SemaResult)) { in addCandidate()
1921 Builder.emplace(Recorder ? &Recorder->CCSema->getASTContext() : nullptr, in toCodeCompletion()