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

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 3098   const char *startBuf = SM->getCharacterData(LocStart);
 3106     ReplaceText(LocStart, endBuf-startBuf, Result);
 3148       ReplaceText(LocStart, endHeader-startBuf, Result);
 3151       ReplaceText(LocStart, cursor-startBuf, Result);
 3162         LocStart.getLocWithOffset(cursor-startBuf+1);
 3170         SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf);
 3187         SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf);
 3191         atLoc = LocStart.getLocWithOffset(cursor-startBuf);
 3194         SourceLocation caretLoc = LocStart.getLocWithOffset(cursor-startBuf);
 3208     ReplaceText(LocStart, endBuf-startBuf, Result);