Lines Matching refs:CCC
4396 static bool isCandidateViable(CorrectionCandidateCallback &CCC, in isCandidateViable() argument
4398 Candidate.setCallbackDistance(CCC.RankCandidate(Candidate)); in isCandidateViable()
4968 Scope *S, CorrectionCandidateCallback &CCC, in AddKeywordsToConsumer() argument
4973 if (CCC.WantExpressionKeywords) in AddKeywordsToConsumer()
4978 if (CCC.WantObjCSuper) in AddKeywordsToConsumer()
4981 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer()
5020 } else if (CCC.WantFunctionLikeCasts) { in AddKeywordsToConsumer()
5029 if (CCC.WantCXXNamedCasts && SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer()
5036 if (CCC.WantExpressionKeywords) { in AddKeywordsToConsumer()
5067 if (CCC.WantRemainingKeywords) { in AddKeywordsToConsumer()
5119 Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, in makeTypoCorrectionConsumer() argument
5185 std::unique_ptr<CorrectionCandidateCallback> ClonedCCC = CCC.clone(); in makeTypoCorrectionConsumer()
5264 CorrectionCandidateCallback &CCC, in CorrectTypo() argument
5274 ExternalSource->CorrectTypo(TypoName, LookupKind, S, SS, CCC, in CorrectTypo()
5283 bool ObjCMessageReceiver = CCC.WantObjCSuper && !CCC.WantRemainingKeywords; in CorrectTypo()
5286 auto Consumer = makeTypoCorrectionConsumer(TypoName, LookupKind, S, SS, CCC, in CorrectTypo()
5360 Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, in CorrectTypoDelayed() argument
5364 auto Consumer = makeTypoCorrectionConsumer(TypoName, LookupKind, S, SS, CCC, in CorrectTypoDelayed()