Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:PE

884       ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
893 MemberExpr(PE, true, SourceLocation(), FD, SourceLocation(),
2634 ParenExpr *PE = new (Context) ParenExpr(Exp->getLocation(), Exp->getExprLoc(),
2636 ReplaceStmt(Exp, PE);
2637 return PE;
2715 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2719 CallExpr(*Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, EndLoc);
2839 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2843 CallExpr(*Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, EndLoc);
2996 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
3000 CallExpr(*Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, EndLoc);
3572 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
3576 CallExpr(*Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, EndLoc);
4697 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
4699 //PE->dump();
4708 new (Context) MemberExpr(PE, true, SourceLocation(), FD, SourceLocation(),
4713 PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), FunkCast);
4723 CallExpr *CE = new (Context) CallExpr(*Context, PE, BlkExprs,
4770 ParenExpr *PE = new (Context) ParenExpr(DeclRefExp->getExprLoc(),
4773 ReplaceStmt(DeclRefExp, PE);
4774 return PE;
4789 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
4791 ReplaceStmt(DRE, PE);
4792 return PE;
7628 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(),
7657 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
7666 MemberExpr(PE, true, SourceLocation(), FD, SourceLocation(),
7677 PE);
7683 PE = new (Context) ParenExpr(OldRange.getBegin(),
7695 MemberExpr(PE, /*isArrow*/ false, SourceLocation(), FD,
7701 Replacement = PE;