Lines Matching defs:PE

876       ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
885 *Context, PE, true, FD, FD->getType(), VK_LValue, OK_Ordinary);
2613 ParenExpr *PE = new (Context) ParenExpr(Exp->getLocation(), Exp->getExprLoc(),
2615 ReplaceStmt(Exp, PE);
2616 return PE;
2693 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2696 CallExpr *CE = CallExpr::Create(*Context, PE, MsgExprs, FT->getReturnType(),
2814 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2817 CallExpr *CE = CallExpr::Create(*Context, PE, MsgExprs, FT->getReturnType(),
2966 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2969 CallExpr *CE = CallExpr::Create(*Context, PE, MsgExprs, FT->getReturnType(),
3532 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
3535 CallExpr *CE = CallExpr::Create(*Context, PE, MsgExprs, FT->getReturnType(),
4616 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
4618 //PE->dump();
4627 *Context, PE, true, FD, FD->getType(), VK_LValue, OK_Ordinary);
4631 PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), FunkCast);
4642 CallExpr::Create(*Context, PE, BlkExprs, Exp->getType(), VK_PRValue,
4686 ParenExpr *PE = new (Context) ParenExpr(DeclRefExp->getExprLoc(),
4689 ReplaceStmt(DeclRefExp, PE);
4690 return PE;
4705 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
4707 ReplaceStmt(DRE, PE);
4708 return PE;
7489 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(),
7517 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
7526 *Context, PE, true, FD, FD->getType(), VK_LValue, OK_Ordinary);
7536 PE);
7541 PE = new (Context) ParenExpr(OldRange.getBegin(),
7553 MemberExpr::CreateImplicit(*Context, PE, /*isArrow*/ false, FD,
7559 Replacement = PE;