Home | History | Annotate | Download | only in Frontend

Lines Matching defs:PE

2647   ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), cast);
2650 CallExpr *STCE = new (Context) CallExpr(*Context, PE, MsgExprs,
3031 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
3034 CallExpr *CE = new (Context) CallExpr(*Context, PE, MsgExprs,
3879 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
3881 //PE->dump();
3889 MemberExpr *ME = new (Context) MemberExpr(PE, true, FD, SourceLocation(),
3896 PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), FunkCast);
3906 CallExpr *CE = new (Context) CallExpr(*Context, PE, BlkExprs,
3954 ParenExpr *PE = new (Context) ParenExpr(DeclRefExp->getExprLoc(),
3957 ReplaceStmt(DeclRefExp, PE);
3958 return PE;
3973 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
3975 ReplaceStmt(DRE, PE);
3976 return PE;
5959 ParenExpr *PE = new (Context) ParenExpr(OldRange.getBegin(),
5964 MemberExpr *ME = new (Context) MemberExpr(PE, true, D,
5970 IV->setBase(PE);
6000 ParenExpr *PE = new (Context) ParenExpr(IV->getBase()->getLocStart(),
6002 // Cannot delete IV->getBase(), since PE points to it.
6005 IV->setBase(PE);