Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp5258 Expr *NewRep; in SynthBlockInitExpr() local
5386 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr()
5392 GlobalConstructionExp = NewRep; in SynthBlockInitExpr()
5393 NewRep = DRE; in SynthBlockInitExpr()
5396 NewRep = UnaryOperator::Create( in SynthBlockInitExpr()
5397 const_cast<ASTContext &>(*Context), NewRep, UO_AddrOf, in SynthBlockInitExpr()
5398 Context->getPointerType(NewRep->getType()), VK_PRValue, OK_Ordinary, in SynthBlockInitExpr()
5400 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr()
5401 NewRep); in SynthBlockInitExpr()
5403 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()