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

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 5016   if (DeclLoc.isInvalid())
 5019     DeclLoc = ND->getLocation();
 5020   const char *startBuf = SM->getCharacterData(DeclLoc);
 5115     DeclLoc = ND->getLocation();
 5116     const char *startDeclBuf = SM->getCharacterData(DeclLoc);
 5121     DeclLoc = DeclLoc.getLocWithOffset(commaBuf - startDeclBuf);
 5121     DeclLoc = DeclLoc.getLocWithOffset(commaBuf - startDeclBuf);
 5132     ReplaceText(DeclLoc, endBuf-startBuf+nameSize, ByrefType);
 5144     ReplaceText(DeclLoc, endBuf-startBuf, ByrefType);