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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp4511 Expr *NewRep; local
4633 NewRep = new (Context) CallExpr(*Context, DRE, InitExprs,
4635 NewRep = new (Context) UnaryOperator(NewRep, UO_AddrOf,
4636 Context->getPointerType(NewRep->getType()),
4638 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast,
4639 NewRep);
4646 return NewRep;
H A DRewriteModernObjC.cpp5482 Expr *NewRep; local
5612 NewRep = new (Context) CallExpr(*Context, DRE, InitExprs,
5618 GlobalConstructionExp = NewRep;
5619 NewRep = DRE;
5622 NewRep = new (Context) UnaryOperator(NewRep, UO_AddrOf,
5623 Context->getPointerType(NewRep->getType()),
5625 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast,
5626 NewRep);
5633 return NewRep;
[all...]

Completed in 129 milliseconds