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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4001 int ClsDefCount = ClassImplementation.size(); local
4005 for (int i = 0; i < ClsDefCount; i++) {
7159 int ClsDefCount = ClassImplementation.size(); local
7160 if (!ClsDefCount)
7165 for (int i = 0; i < ClsDefCount; i++) {
7175 int ClsDefCount = ClassImplementation.size(); local
7179 for (int i = 0; i < ClsDefCount; i++)
7190 if (ClsDefCount > 0) {
7194 Result += llvm::utostr(ClsDefCount); Result += "]";
7198 for (int i = 0; i < ClsDefCount;
[all...]
H A DRewriteObjC.cpp3229 int ClsDefCount = ClassImplementation.size(); local
3233 for (int i = 0; i < ClsDefCount; i++)
5521 int ClsDefCount = ClassImplementation.size(); local
5525 for (int i = 0; i < ClsDefCount; i++)
5549 Result += "\tvoid *defs[" + utostr(ClsDefCount + CatDefCount)+ "];\n";
5554 Result += "\t0, 0, " + utostr(ClsDefCount)
5556 for (int i = 0; i < ClsDefCount; i++) {

Completed in 135 milliseconds