Lines Matching refs:TC
4154 TypoCorrection TC;
4155 if (FDecl && (TC = TryTypoCorrectionForCall(*this, Fn, FDecl, Args))) {
4160 diagnoseTypo(TC, PDiag(diag_id) << FnKind << MinArgs
4162 << TC.getCorrectionRange());
4177 if (!TC && FDecl && !FDecl->getBuiltinID() && !IsExecConfig)
4190 TypoCorrection TC;
4191 if (FDecl && (TC = TryTypoCorrectionForCall(*this, Fn, FDecl, Args))) {
4196 diagnoseTypo(TC, PDiag(diag_id) << FnKind << NumParams
4198 << TC.getCorrectionRange());
4220 if (!TC && FDecl && !FDecl->getBuiltinID() && !IsExecConfig)