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

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 3868   ValueDecl *VD = DRE->getDecl();
 3871       return DRE;
 3872   Expr *Exp = new (Context) UnaryOperator(DRE, UO_Deref, DRE->getType(),
 3872   Expr *Exp = new (Context) UnaryOperator(DRE, UO_Deref, DRE->getType(),
 3874                                           DRE->getLocation(), false);
 3878   ReplaceStmt(DRE, PE);