Lines Matching refs:CCC
4447 static bool isCandidateViable(CorrectionCandidateCallback &CCC, in isCandidateViable() argument
4449 Candidate.setCallbackDistance(CCC.RankCandidate(Candidate)); in isCandidateViable()
5018 Scope *S, CorrectionCandidateCallback &CCC, in AddKeywordsToConsumer() argument
5023 if (CCC.WantExpressionKeywords) in AddKeywordsToConsumer()
5028 if (CCC.WantObjCSuper) in AddKeywordsToConsumer()
5031 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer()
5067 } else if (CCC.WantFunctionLikeCasts) { in AddKeywordsToConsumer()
5076 if (CCC.WantCXXNamedCasts && SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer()
5083 if (CCC.WantExpressionKeywords) { in AddKeywordsToConsumer()
5114 if (CCC.WantRemainingKeywords) { in AddKeywordsToConsumer()
5166 Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, in makeTypoCorrectionConsumer() argument
5232 std::unique_ptr<CorrectionCandidateCallback> ClonedCCC = CCC.clone(); in makeTypoCorrectionConsumer()
5342 CorrectionCandidateCallback &CCC, in CorrectTypo() argument
5352 ExternalSource->CorrectTypo(TypoName, LookupKind, S, SS, CCC, in CorrectTypo()
5361 bool ObjCMessageReceiver = CCC.WantObjCSuper && !CCC.WantRemainingKeywords; in CorrectTypo()
5364 auto Consumer = makeTypoCorrectionConsumer(TypoName, LookupKind, S, SS, CCC, in CorrectTypo()
5476 Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, in CorrectTypoDelayed() argument
5480 auto Consumer = makeTypoCorrectionConsumer(TypoName, LookupKind, S, SS, CCC, in CorrectTypoDelayed()