Lines Matching refs:NewRep
5267 Expr *NewRep; in SynthBlockInitExpr() local
5393 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr()
5399 GlobalConstructionExp = NewRep; in SynthBlockInitExpr()
5400 NewRep = DRE; in SynthBlockInitExpr()
5403 NewRep = new (Context) UnaryOperator(NewRep, UO_AddrOf, in SynthBlockInitExpr()
5404 Context->getPointerType(NewRep->getType()), in SynthBlockInitExpr()
5406 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr()
5407 NewRep); in SynthBlockInitExpr()
5409 NewRep = new (Context) ParenExpr(SourceLocation(), SourceLocation(), in SynthBlockInitExpr()
5410 NewRep); in SynthBlockInitExpr()
5418 return NewRep; in SynthBlockInitExpr()