Home | History | Annotate | Download | only in Sema

Lines Matching defs:rewrite

4701       ExprResult rewrite = rebuildUnknownAnyFunction(*this, Fn);
4702 if (rewrite.isInvalid()) return ExprError();
4703 Fn = rewrite.get();
13240 // Rewrite the method result type if available.
13352 // Rewrite the casted expression from scratch.