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

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 2622   SourceLocation StartLoc = Exp->getBeginLoc();
 2623   SourceLocation EndLoc = Exp->getEndLoc();
 2630   ObjCMethodDecl *BoxingMethod = Exp->getBoxingMethod();
 2649   Expr *subExpr  = Exp->getSubExpr();
 2666   QualType returnType = Exp->getType();
 2690   ReplaceStmt(Exp, CE);