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

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 3998   int CatDefCount = CategoryImplementation.size();
 4011     ObjCCategoryImplDecl *CIMP = CategoryImplementation[i];
 5739       CategoryImplementation.push_back(CI);
 5843   if (ClassImplementation.size() || CategoryImplementation.size())
 5865   if (ClassImplementation.size() || CategoryImplementation.size() ||
 7172   int CatDefCount = CategoryImplementation.size();
 7182     RewriteObjCCategoryImplDecl(CategoryImplementation[i], Result);
 7224         CategoryImplementation[i]->getClassInterface()->getNameAsString();
 7226       Result += CategoryImplementation[i]->getNameAsString();
 7337   int CatDefCount = CategoryImplementation.size();
 7344     ObjCCategoryImplDecl *IDecl = CategoryImplementation[i];