Lines Matching refs:CCC

4435 static bool isCandidateViable(CorrectionCandidateCallback &CCC,  in isCandidateViable()  argument
4437 Candidate.setCallbackDistance(CCC.RankCandidate(Candidate)); in isCandidateViable()
5006 Scope *S, CorrectionCandidateCallback &CCC, in AddKeywordsToConsumer() argument
5011 if (CCC.WantExpressionKeywords) in AddKeywordsToConsumer()
5016 if (CCC.WantObjCSuper) in AddKeywordsToConsumer()
5019 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer()
5056 } else if (CCC.WantFunctionLikeCasts) { in AddKeywordsToConsumer()
5065 if (CCC.WantCXXNamedCasts && SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer()
5072 if (CCC.WantExpressionKeywords) { in AddKeywordsToConsumer()
5104 if (CCC.WantRemainingKeywords) { in AddKeywordsToConsumer()
5157 Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, in makeTypoCorrectionConsumer() argument
5223 std::unique_ptr<CorrectionCandidateCallback> ClonedCCC = CCC.clone(); in makeTypoCorrectionConsumer()
5333 CorrectionCandidateCallback &CCC, in CorrectTypo() argument
5343 ExternalSource->CorrectTypo(TypoName, LookupKind, S, SS, CCC, in CorrectTypo()
5352 bool ObjCMessageReceiver = CCC.WantObjCSuper && !CCC.WantRemainingKeywords; in CorrectTypo()
5355 auto Consumer = makeTypoCorrectionConsumer(TypoName, LookupKind, S, SS, CCC, in CorrectTypo()
5467 Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, in CorrectTypoDelayed() argument
5471 auto Consumer = makeTypoCorrectionConsumer(TypoName, LookupKind, S, SS, CCC, in CorrectTypoDelayed()