Lines Matching defs:TE
619 TypoExpr *&TE) {
676 TE = SemaRef.CorrectTypoDelayed(
693 [=](Sema &SemaRef, TypoExpr *TE, TypoCorrection TC) mutable {
736 TypoExpr *TE = nullptr;
741 SS, TemplateArgs != nullptr, TE))
743 if (TE)
744 return TE;
1335 TypoExpr *TE = nullptr;
1337 OpLoc, IsArrow, SS, HasTemplateArgs, TE))
1344 return ExprResult(TE);