Home | History | Annotate | Download | only in Sema

Lines Matching defs:TC

3970       TypoCorrection TC;
3971 if (FDecl && (TC = TryTypoCorrectionForCall(
3975 std::string CorrectedStr(TC.getAsString(getLangOpts()));
3976 std::string CorrectedQuotedStr(TC.getQuoted(getLangOpts()));
3984 << FixItHint::CreateReplacement(TC.getCorrectionRange(),
3986 Diag(TC.getCorrectionDecl()->getLocStart(),
4003 if (!TC && FDecl && !FDecl->getBuiltinID() && !IsExecConfig)
4016 TypoCorrection TC;
4017 if (FDecl && (TC = TryTypoCorrectionForCall(
4021 std::string CorrectedStr(TC.getAsString(getLangOpts()));
4022 std::string CorrectedQuotedStr(TC.getQuoted(getLangOpts()));
4030 << FixItHint::CreateReplacement(TC.getCorrectionRange(),
4032 Diag(TC.getCorrectionDecl()->getLocStart(),
4056 if (!TC && FDecl && !FDecl->getBuiltinID() && !IsExecConfig)