Home | History | Annotate | Download | only in Sema

Lines Matching refs:TypoExpr

4686 /// \returns a new \c TypoExpr that will later be replaced in the AST with an
4691 TypoExpr *Sema::CorrectTypoDelayed(
4972 TypoExpr *Sema::createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC,
4976 auto TE = new (Context) TypoExpr(Context.DependentTy);
4984 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const {
4987 "Failed to get the state for a TypoExpr!");
4991 void Sema::clearDelayedTypo(TypoExpr *TE) {