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

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 3224   int CatDefCount = CategoryImplementation.size();
 3231     RewriteImplementationDecl(CategoryImplementation[i]);
 4837       CategoryImplementation.push_back(CI);
 4911   if (ClassImplementation.size() || CategoryImplementation.size())
 4924   if (ClassImplementation.size() || CategoryImplementation.size() ||
 5516   int CatDefCount = CategoryImplementation.size();
 5524     RewriteObjCCategoryImplDecl(CategoryImplementation[i], Result);
 5558     Result += CategoryImplementation[i]->getClassInterface()->getNameAsString();
 5560     Result += CategoryImplementation[i]->getNameAsString();