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

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 2246   if (!strchr(argPtr, '^')) {
 2250   while (*argPtr) {
 2251     Str += (*argPtr == '^' ? '*' : *argPtr);
 2251     Str += (*argPtr == '^' ? '*' : *argPtr);
 2252     argPtr++;