Home | History | Annotate | Download | only in Frontend

Lines Matching refs:ReplacingStmt

199       Stmt *ReplacingStmt = ReplacedNodes[Old];
201 if (ReplacingStmt)
2991 Stmt *ReplacingStmt = CE;
3029 ReplacingStmt = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
3033 return ReplacingStmt;
3037 Stmt *ReplacingStmt = SynthMessageExpr(Exp, Exp->getLocStart(),
3041 ReplaceStmt(Exp, ReplacingStmt);
3044 return ReplacingStmt;