Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:PE

2612   ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), cast);
2616 *Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, SourceLocation());
2966 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2970 CallExpr(*Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, EndLoc);
3800 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
3802 //PE->dump();
3811 new (Context) MemberExpr(PE, true, SourceLocation(), FD, SourceLocation(),
3816 PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), FunkCast);
3826 CallExpr *CE = new (Context) CallExpr(*Context, PE, BlkExprs,
3873 ParenExpr *PE = new (Context) ParenExpr(DeclRefExp->getExprLoc(),
3876 ReplaceStmt(DeclRefExp, PE);
3877 return PE;
3892 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
3894 ReplaceStmt(DRE, PE);
3895 return PE;
5860 ParenExpr *PE = new (Context) ParenExpr(OldRange.getBegin(),
5866 MemberExpr(PE, true, SourceLocation(), D, IV->getLocation(),
5870 IV->setBase(PE);
5900 ParenExpr *PE = new (Context) ParenExpr(IV->getBase()->getLocStart(),
5902 // Cannot delete IV->getBase(), since PE points to it.
5905 IV->setBase(PE);