Home | History | Annotate | Download | only in Sema

Lines Matching refs:CCC

3347 static bool isCandidateViable(CorrectionCandidateCallback &CCC,
3349 Candidate.setCallbackDistance(CCC.RankCandidate(Candidate));
3909 Scope *S, CorrectionCandidateCallback &CCC,
3914 if (CCC.WantExpressionKeywords)
3919 if (CCC.WantObjCSuper)
3922 if (CCC.WantTypeSpecifiers) {
3959 } else if (CCC.WantFunctionLikeCasts) {
3968 if (CCC.WantCXXNamedCasts && SemaRef.getLangOpts().CPlusPlus) {
3975 if (CCC.WantExpressionKeywords) {
4007 if (CCC.WantRemainingKeywords) {
4060 std::unique_ptr<CorrectionCandidateCallback> CCC,
4123 CorrectionCandidateCallback &CCCRef = *CCC;
4125 *this, TypoName, LookupKind, S, SS, std::move(CCC), MemberContext,
4211 /// \param CCC A CorrectionCandidateCallback object that provides further
4231 std::unique_ptr<CorrectionCandidateCallback> CCC,
4237 assert(CCC && "CorrectTypo requires a CorrectionCandidateCallback");
4243 TypoName, LookupKind, S, SS, *CCC, MemberContext, EnteringContext, OPT))
4251 bool ObjCMessageReceiver = CCC->WantObjCSuper && !CCC->WantRemainingKeywords;
4255 TypoName, LookupKind, S, SS, std::move(CCC), MemberContext,
4340 /// \param CCC A CorrectionCandidateCallback object that provides further
4367 std::unique_ptr<CorrectionCandidateCallback> CCC,
4371 assert(CCC && "CorrectTypoDelayed requires a CorrectionCandidateCallback");
4375 TypoName, LookupKind, S, SS, std::move(CCC), MemberContext,