Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp5230 Expr *NewRep; in SynthBlockInitExpr() local
5354 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr()
5360 GlobalConstructionExp = NewRep; in SynthBlockInitExpr()
5361 NewRep = DRE; in SynthBlockInitExpr()
5364 NewRep = UnaryOperator::Create( in SynthBlockInitExpr()
5365 const_cast<ASTContext &>(*Context), NewRep, UO_AddrOf, in SynthBlockInitExpr()
5366 Context->getPointerType(NewRep->getType()), VK_PRValue, OK_Ordinary, in SynthBlockInitExpr()
5368 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr()
5369 NewRep); in SynthBlockInitExpr()
5371 NewRep = new (Context) ParenExpr(SourceLocation(), SourceLocation(), in SynthBlockInitExpr()
[all …]
H A DRewriteObjC.cpp4387 Expr *NewRep; in SynthBlockInitExpr() local
4507 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr()
4509 NewRep = UnaryOperator::Create( in SynthBlockInitExpr()
4510 const_cast<ASTContext &>(*Context), NewRep, UO_AddrOf, in SynthBlockInitExpr()
4511 Context->getPointerType(NewRep->getType()), VK_PRValue, OK_Ordinary, in SynthBlockInitExpr()
4513 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr()
4514 NewRep); in SynthBlockInitExpr()
4519 return NewRep; in SynthBlockInitExpr()