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

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 2705   SourceLocation StartLoc = Exp->getBeginLoc();
 2706   SourceLocation EndLoc = Exp->getEndLoc();
 2718   unsigned NumElements = Exp->getNumElements();
 2726     InitExprs.push_back(Exp->getElement(i));
 2750   QualType expType = Exp->getType();
 2765   ObjCMethodDecl *ArrayMethod = Exp->getArrayWithObjectsMethod();
 2787   QualType returnType = Exp->getType();
 2811   ReplaceStmt(Exp, CE);