Lines Matching refs:CCC
3822 Scope *S, CorrectionCandidateCallback &CCC, in AddKeywordsToConsumer() argument
3827 if (CCC.WantExpressionKeywords) in AddKeywordsToConsumer()
3832 if (CCC.WantObjCSuper) in AddKeywordsToConsumer()
3835 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer()
3874 if (CCC.WantCXXNamedCasts && SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer()
3881 if (CCC.WantExpressionKeywords) { in AddKeywordsToConsumer()
3913 if (CCC.WantRemainingKeywords) { in AddKeywordsToConsumer()
3963 static bool isCandidateViable(CorrectionCandidateCallback &CCC, in isCandidateViable() argument
3965 Candidate.setCallbackDistance(CCC.RankCandidate(Candidate)); in isCandidateViable()
4047 CorrectionCandidateCallback &CCC, in CorrectTypo() argument
4056 TypoName, LookupKind, S, SS, CCC, MemberContext, EnteringContext, OPT)) in CorrectTypo()
4109 bool ValidatingCallback = !isCandidateViable(CCC, EmptyCorrection); in CorrectTypo()
4146 isCandidateViable(CCC, Cached->second)) { in CorrectTypo()
4205 AddKeywordsToConsumer(*this, Consumer, S, CCC, SS && SS->isNotEmpty()); in CorrectTypo()
4279 if (!isCandidateViable(CCC, *Prev)) in CorrectTypo()
4302 CCC.IsObjCIvarLookup, in CorrectTypo()
4345 if (!isCandidateViable(CCC, Candidate)) { in CorrectTypo()
4356 if (!isCandidateViable(CCC, Candidate)) { in CorrectTypo()
4496 && CCC.WantObjCSuper && !CCC.WantRemainingKeywords in CorrectTypo()