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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp3337 Expr *SuperRep; local
3345 SuperRep = new (Context) CallExpr(*Context, DRE, InitExprs,
3354 SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
3355 Context->getPointerType(SuperRep->getType()),
3358 SuperRep = NoTypeInfoCStyleCastExpr(Context,
3360 CK_BitCast, SuperRep);
3368 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo,
3372 SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrO
3437 Expr *SuperRep; local
[all...]
H A DRewriteObjC.cpp2714 Expr *SuperRep; local
2722 SuperRep = new (Context) CallExpr(*Context, DRE, InitExprs,
2731 SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
2732 Context->getPointerType(SuperRep->getType()),
2735 SuperRep = NoTypeInfoCStyleCastExpr(Context,
2737 CK_BitCast, SuperRep);
2745 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo,
2749 SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrO
2814 Expr *SuperRep; local
[all...]

Completed in 74 milliseconds