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

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 2152   const char *startFuncBuf = startBuf;
 2157       const char *endBuf = startBuf;
 2161       if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
 2171       startBuf = ++endBuf;
 2176       while (*startBuf && *startBuf != ')' && *startBuf != ',')
 2176       while (*startBuf && *startBuf != ')' && *startBuf != ',')
 2176       while (*startBuf && *startBuf != ')' && *startBuf != ',')
 2177         startBuf++; // scan forward (from the decl location) for argument types.
 2178       startBuf++;