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

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 5386   NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue,
 5392     GlobalConstructionExp = NewRep;
 5393     NewRep = DRE;
 5396   NewRep = new (Context) UnaryOperator(NewRep, UO_AddrOf,
 5396   NewRep = new (Context) UnaryOperator(NewRep, UO_AddrOf,
 5397                              Context->getPointerType(NewRep->getType()),
 5399   NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast,
 5400                                     NewRep);
 5402   NewRep = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
 5403                                    NewRep);
 5411   return NewRep;