reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 2702       SuperRep = CallExpr::Create(*Context, DRE, InitExprs, superType,
 2710       SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
 2710       SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
 2711                                Context->getPointerType(SuperRep->getType()),
 2714       SuperRep = NoTypeInfoCStyleCastExpr(Context,
 2716                                           CK_BitCast, SuperRep);
 2724       SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo,
 2728       SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
 2728       SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
 2729                                Context->getPointerType(SuperRep->getType()),
 2733     MsgExprs.push_back(SuperRep);