Lines Matching refs:NewRep
5261 Expr *NewRep; in SynthBlockInitExpr() local
5389 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr()
5395 GlobalConstructionExp = NewRep; in SynthBlockInitExpr()
5396 NewRep = DRE; in SynthBlockInitExpr()
5399 NewRep = UnaryOperator::Create( in SynthBlockInitExpr()
5400 const_cast<ASTContext &>(*Context), NewRep, UO_AddrOf, in SynthBlockInitExpr()
5401 Context->getPointerType(NewRep->getType()), VK_PRValue, OK_Ordinary, in SynthBlockInitExpr()
5403 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr()
5404 NewRep); in SynthBlockInitExpr()
5406 NewRep = new (Context) ParenExpr(SourceLocation(), SourceLocation(), in SynthBlockInitExpr()
5407 NewRep); in SynthBlockInitExpr()
5415 return NewRep; in SynthBlockInitExpr()