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

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 2797       SuperRep = CallExpr::Create(*Context, DRE, InitExprs, superType,
 2805       SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
 2805       SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
 2806                                Context->getPointerType(SuperRep->getType()),
 2809       SuperRep = NoTypeInfoCStyleCastExpr(Context,
 2811                                CK_BitCast, SuperRep);
 2819       SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo,
 2823     MsgExprs.push_back(SuperRep);