Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp5261 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()
[all …]
H A DRewriteObjC.cpp4406 Expr *NewRep; in SynthBlockInitExpr() local
4526 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr()
4528 NewRep = UnaryOperator::Create( in SynthBlockInitExpr()
4529 const_cast<ASTContext &>(*Context), NewRep, UO_AddrOf, in SynthBlockInitExpr()
4530 Context->getPointerType(NewRep->getType()), VK_PRValue, OK_Ordinary, in SynthBlockInitExpr()
4532 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr()
4533 NewRep); in SynthBlockInitExpr()
4540 return NewRep; in SynthBlockInitExpr()