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

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 3106     ReplaceText(LocStart, endBuf-startBuf, Result);
 3118     const char *cursor = strchr(startBuf, '{');
 3136     if (BufferContainsPPDirectives(startBuf, cursor)) {
 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);