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

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 3273       SuperRep = CallExpr::Create(*Context, DRE, InitExprs, superType,
 3281       SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
 3281       SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
 3282                                Context->getPointerType(SuperRep->getType()),
 3285       SuperRep = NoTypeInfoCStyleCastExpr(Context,
 3287                                           CK_BitCast, SuperRep);
 3295       SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo,
 3299       SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
 3299       SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
 3300                                Context->getPointerType(SuperRep->getType()),
 3304     MsgExprs.push_back(SuperRep);