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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4004 int CatDefCount = CategoryImplementation.size(); local
4016 for (int i = 0; i < CatDefCount; i++) {
7180 int CatDefCount = CategoryImplementation.size(); local
7189 for (int i = 0; i < CatDefCount; i++)
7221 if (CatDefCount > 0) {
7225 Result += llvm::utostr(CatDefCount); Result += "]";
7229 for (int i = 0; i < CatDefCount; i++) {
7345 int CatDefCount = CategoryImplementation.size(); local
7346 if (!CatDefCount)
7351 for (int i = 0; i < CatDefCount;
[all...]
H A DRewriteObjC.cpp3232 int CatDefCount = CategoryImplementation.size(); local
3238 for (int i = 0; i < CatDefCount; i++)
5527 int CatDefCount = CategoryImplementation.size(); local
5534 for (int i = 0; i < CatDefCount; i++)
5554 Result += "\tvoid *defs[" + utostr(ClsDefCount + CatDefCount)+ "];\n";
5560 + ", " + utostr(CatDefCount) + "\n";
5567 for (int i = 0; i < CatDefCount; i++) {

Completed in 183 milliseconds