Lines Matching refs:Transform
6864 ExprResult Transform(Expr *E) {
6869 // Exit if either the transform was valid or if there were no TypoExprs
6870 // to transform that still have any untried correction candidates..
6880 // Also, disable typo correction while attempting the transform when
6922 assert(State.Consumer && "Cannot transform a cleared TypoExpr");
6966 auto Result = TransformTypos(*this, InitDecl, Filter).Transform(E);