Lines Matching defs:PE

875       ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
884 *Context, PE, true, FD, FD->getType(), VK_LValue, OK_Ordinary);
2612 ParenExpr *PE = new (Context) ParenExpr(Exp->getLocation(), Exp->getExprLoc(),
2614 ReplaceStmt(Exp, PE);
2615 return PE;
2692 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2695 CallExpr *CE = CallExpr::Create(*Context, PE, MsgExprs, FT->getReturnType(),
2813 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2816 CallExpr *CE = CallExpr::Create(*Context, PE, MsgExprs, FT->getReturnType(),
2965 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2968 CallExpr *CE = CallExpr::Create(*Context, PE, MsgExprs, FT->getReturnType(),
3531 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
3534 CallExpr *CE = CallExpr::Create(*Context, PE, MsgExprs, FT->getReturnType(),
4600 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
4602 //PE->dump();
4611 *Context, PE, true, FD, FD->getType(), VK_LValue, OK_Ordinary);
4615 PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), FunkCast);
4626 CallExpr::Create(*Context, PE, BlkExprs, Exp->getType(), VK_PRValue,
4670 ParenExpr *PE = new (Context) ParenExpr(DeclRefExp->getExprLoc(),
4673 ReplaceStmt(DeclRefExp, PE);
4674 return PE;
4689 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
4691 ReplaceStmt(DRE, PE);
4692 return PE;
7455 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(),
7483 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
7492 *Context, PE, true, FD, FD->getType(), VK_LValue, OK_Ordinary);
7502 PE);
7507 PE = new (Context) ParenExpr(OldRange.getBegin(),
7519 MemberExpr::CreateImplicit(*Context, PE, /*isArrow*/ false, FD,
7525 Replacement = PE;