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

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 3896     ReplaceText(LocStart, endBuf-startBuf, Result);
 3904     RewriteLocallyDefinedNamedAggregates(IVars[i], Result);
 3912       RewriteObjCFieldDeclType(QT, Result);
 3913       Result += ";";
 3918   Result += "\nstruct ";
 3919   Result += CDecl->getNameAsString();
 3920   Result += "_IMPL {\n";
 3923     Result += "\tstruct "; Result += RCDecl->getNameAsString();
 3923     Result += "\tstruct "; Result += RCDecl->getNameAsString();
 3924     Result += "_IMPL "; Result += RCDecl->getNameAsString();
 3924     Result += "_IMPL "; Result += RCDecl->getNameAsString();
 3925     Result += "_IVARS;\n";
 3931       Result += "\tstruct ";
 3932       ObjCIvarBitfieldGroupType(IV, Result); Result += " ";
 3932       ObjCIvarBitfieldGroupType(IV, Result); Result += " ";
 3933       ObjCIvarBitfieldGroupDecl(IV, Result); Result += ";\n";
 3933       ObjCIvarBitfieldGroupDecl(IV, Result); Result += ";\n";
 3938       RewriteObjCFieldDecl(IVars[i], Result);
 3941   Result += "};\n";
 3943   ReplaceText(LocStart, endBuf-startBuf, Result);