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

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 2334   if (!strchr(argPtr, '^')) {
 2338   while (*argPtr) {
 2339     Str += (*argPtr == '^' ? '*' : *argPtr);
 2339     Str += (*argPtr == '^' ? '*' : *argPtr);
 2340     argPtr++;