Home
last modified time | relevance | path

Searched refs:NewRep (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp5267 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()
[all …]
H A DRewriteObjC.cpp4408 Expr *NewRep; in SynthBlockInitExpr() local
4524 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr()
4526 NewRep = new (Context) UnaryOperator( in SynthBlockInitExpr()
4527 NewRep, UO_AddrOf, Context->getPointerType(NewRep->getType()), VK_RValue, in SynthBlockInitExpr()
4529 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr()
4530 NewRep); in SynthBlockInitExpr()
4537 return NewRep; in SynthBlockInitExpr()