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

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 3925   const char *startBuf = SM->getCharacterData(DeclLoc);
 3932   DeclLoc = DeclLoc.getLocWithOffset(startArgList-startBuf);
 3932   DeclLoc = DeclLoc.getLocWithOffset(startArgList-startBuf);
 3933   assert((DeclLoc.isValid()) && "Invalid DeclLoc");
 3941       DeclLoc = DeclLoc.getLocWithOffset(argPtr-startArgList);
 3941       DeclLoc = DeclLoc.getLocWithOffset(argPtr-startArgList);
 3942       ReplaceText(DeclLoc, 1, "*");