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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp5264 Expr *NewRep; local
5390 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue,
5396 GlobalConstructionExp = NewRep;
5397 NewRep = DRE;
5400 NewRep = new (Context) UnaryOperator(NewRep, UO_AddrOf,
5401 Context->getPointerType(NewRep->getType()),
5403 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast,
5404 NewRep);
5406 NewRep
[all...]
H A DRewriteObjC.cpp4412 Expr *NewRep; local
4528 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue,
4530 NewRep = new (Context) UnaryOperator(
4531 NewRep, UO_AddrOf, Context->getPointerType(NewRep->getType()), VK_RValue,
4533 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast,
4534 NewRep);
4541 return NewRep;

Completed in 188 milliseconds