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

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 1645   const char *startBuf = SM->getCharacterData(startLoc);
 1653   ReplaceText(startLoc, lparenBuf-startBuf+1, buf);
 1660   SourceLocation rparenLoc = startLoc.getLocWithOffset(endBuf-startBuf);
 1670   startLoc = S->getSynchBody()->getEndLoc();
 1671   startBuf = SM->getCharacterData(startLoc);
 1674   SourceLocation lastCurlyLoc = startLoc;