Home | History | Annotate | Download | only in Frontend

Lines Matching defs:PE

875       ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
883 MemberExpr *ME = new (Context) MemberExpr(PE, true, FD, SourceLocation(),
2655 ParenExpr *PE = new (Context) ParenExpr(Exp->getLocation(), Exp->getExprLoc(),
2657 ReplaceStmt(Exp, PE);
2658 return PE;
2746 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2749 CallExpr *CE = new (Context) CallExpr(*Context, PE, MsgExprs,
2883 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2886 CallExpr *CE = new (Context) CallExpr(*Context, PE, MsgExprs,
3056 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
3059 CallExpr *CE = new (Context) CallExpr(*Context, PE, MsgExprs,
3642 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
3645 CallExpr *CE = new (Context) CallExpr(*Context, PE, MsgExprs,
4817 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
4819 //PE->dump();
4827 MemberExpr *ME = new (Context) MemberExpr(PE, true, FD, SourceLocation(),
4834 PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), FunkCast);
4844 CallExpr *CE = new (Context) CallExpr(*Context, PE, BlkExprs,
4892 ParenExpr *PE = new (Context) ParenExpr(DeclRefExp->getExprLoc(),
4895 ReplaceStmt(DeclRefExp, PE);
4896 return PE;
4911 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
4913 ReplaceStmt(DRE, PE);
4914 return PE;
7780 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(),
7809 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
7817 MemberExpr *ME = new (Context) MemberExpr(PE, true, FD, SourceLocation(),
7829 PE);
7835 PE = new (Context) ParenExpr(OldRange.getBegin(),
7847 MemberExpr *ME = new (Context) MemberExpr(PE, /*isArrow*/false, FD, SourceLocation(),
7854 Replacement = PE;