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

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 4771   const char *startBuf = SM->getCharacterData(DeclLoc);
 4778   DeclLoc = DeclLoc.getLocWithOffset(startArgList-startBuf);
 4778   DeclLoc = DeclLoc.getLocWithOffset(startArgList-startBuf);
 4779   assert((DeclLoc.isValid()) && "Invalid DeclLoc");
 4787       DeclLoc = DeclLoc.getLocWithOffset(argPtr-startArgList);
 4787       DeclLoc = DeclLoc.getLocWithOffset(argPtr-startArgList);
 4788       ReplaceText(DeclLoc, 1, "*");