Lines Matching refs:CCC
3845 static bool isCandidateViable(CorrectionCandidateCallback &CCC, in isCandidateViable() argument
3847 Candidate.setCallbackDistance(CCC.RankCandidate(Candidate)); in isCandidateViable()
4403 Scope *S, CorrectionCandidateCallback &CCC, in AddKeywordsToConsumer() argument
4408 if (CCC.WantExpressionKeywords) in AddKeywordsToConsumer()
4413 if (CCC.WantObjCSuper) in AddKeywordsToConsumer()
4416 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer()
4453 } else if (CCC.WantFunctionLikeCasts) { in AddKeywordsToConsumer()
4462 if (CCC.WantCXXNamedCasts && SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer()
4469 if (CCC.WantExpressionKeywords) { in AddKeywordsToConsumer()
4501 if (CCC.WantRemainingKeywords) { in AddKeywordsToConsumer()
4555 std::unique_ptr<CorrectionCandidateCallback> CCC, in makeTypoCorrectionConsumer() argument
4617 CorrectionCandidateCallback &CCCRef = *CCC; in makeTypoCorrectionConsumer()
4619 *this, TypoName, LookupKind, S, SS, std::move(CCC), MemberContext, in makeTypoCorrectionConsumer()
4725 std::unique_ptr<CorrectionCandidateCallback> CCC, in CorrectTypo() argument
4731 assert(CCC && "CorrectTypo requires a CorrectionCandidateCallback"); in CorrectTypo()
4737 TypoName, LookupKind, S, SS, *CCC, MemberContext, EnteringContext, OPT)) in CorrectTypo()
4745 bool ObjCMessageReceiver = CCC->WantObjCSuper && !CCC->WantRemainingKeywords; in CorrectTypo()
4749 TypoName, LookupKind, S, SS, std::move(CCC), MemberContext, in CorrectTypo()
4861 std::unique_ptr<CorrectionCandidateCallback> CCC, in CorrectTypoDelayed() argument
4865 assert(CCC && "CorrectTypoDelayed requires a CorrectionCandidateCallback"); in CorrectTypoDelayed()
4868 TypoName, LookupKind, S, SS, std::move(CCC), MemberContext, in CorrectTypoDelayed()