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

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 2240   const char *startFuncBuf = startBuf;
 2245       const char *endBuf = startBuf;
 2249       if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
 2259       startBuf = ++endBuf;
 2264       while (*startBuf && *startBuf != ')' && *startBuf != ',')
 2264       while (*startBuf && *startBuf != ')' && *startBuf != ',')
 2264       while (*startBuf && *startBuf != ')' && *startBuf != ',')
 2265         startBuf++; // scan forward (from the decl location) for argument types.
 2266       startBuf++;