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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2700 Expr *SuperRep; local
2708 SuperRep = CallExpr::Create(*Context, DRE, InitExprs, superType,
2716 SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
2717 Context->getPointerType(SuperRep->getType()),
2720 SuperRep = NoTypeInfoCStyleCastExpr(Context,
2722 CK_BitCast, SuperRep);
2730 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo,
2734 SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrO
2795 Expr *SuperRep; local
[all...]
H A DRewriteModernObjC.cpp3269 Expr *SuperRep; local
3277 SuperRep = CallExpr::Create(*Context, DRE, InitExprs, superType,
3285 SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
3286 Context->getPointerType(SuperRep->getType()),
3289 SuperRep = NoTypeInfoCStyleCastExpr(Context,
3291 CK_BitCast, SuperRep);
3299 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo,
3303 SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrO
3364 Expr *SuperRep; local
[all...]

Completed in 77 milliseconds