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

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 4699   ValueDecl *VD = DRE->getDecl();
 4702       return DRE;
 4703   Expr *Exp = new (Context) UnaryOperator(DRE, UO_Deref, DRE->getType(),
 4703   Expr *Exp = new (Context) UnaryOperator(DRE, UO_Deref, DRE->getType(),
 4705                                           DRE->getLocation(), false);
 4709   ReplaceStmt(DRE, PE);