Lines Matching defs:TE
605 TypoExpr *&TE) {
662 TE = SemaRef.CorrectTypoDelayed(
679 [=](Sema &SemaRef, TypoExpr *TE, TypoCorrection TC) mutable {
722 TypoExpr *TE = nullptr;
727 SS, TemplateArgs != nullptr, TE))
729 if (TE)
730 return TE;
1272 TypoExpr *TE = nullptr;
1274 OpLoc, IsArrow, SS, HasTemplateArgs, TE))
1281 return ExprResult(TE);