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

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 3368       SuperRep = CallExpr::Create(*Context, DRE, InitExprs, superType,
 3376       SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
 3376       SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
 3377                                Context->getPointerType(SuperRep->getType()),
 3380       SuperRep = NoTypeInfoCStyleCastExpr(Context,
 3382                                CK_BitCast, SuperRep);
 3390       SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo,
 3394     MsgExprs.push_back(SuperRep);