Searched refs:CatDefCount (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4002 int CatDefCount = CategoryImplementation.size(); local
4014 for (int i = 0; i < CatDefCount; i++) {
7176 int CatDefCount = CategoryImplementation.size(); local
7185 for (int i = 0; i < CatDefCount; i++)
7217 if (CatDefCount > 0) {
7221 Result += llvm::utostr(CatDefCount); Result += "]";
7225 for (int i = 0; i < CatDefCount; i++) {
7341 int CatDefCount = CategoryImplementation.size(); local
7342 if (!CatDefCount)
7347 for (int i = 0; i < CatDefCount;
[all...]
H A DRewriteObjC.cpp3230 int CatDefCount = CategoryImplementation.size(); local
3236 for (int i = 0; i < CatDefCount; i++)
5522 int CatDefCount = CategoryImplementation.size(); local
5529 for (int i = 0; i < CatDefCount; i++)
5549 Result += "\tvoid *defs[" + utostr(ClsDefCount + CatDefCount)+ "];\n";
5555 + ", " + utostr(CatDefCount) + "\n";
5562 for (int i = 0; i < CatDefCount; i++) {

Completed in 202 milliseconds