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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4003 int ClsDefCount = ClassImplementation.size(); local
4007 for (int i = 0; i < ClsDefCount; i++) {
7163 int ClsDefCount = ClassImplementation.size(); local
7164 if (!ClsDefCount)
7169 for (int i = 0; i < ClsDefCount; i++) {
7179 int ClsDefCount = ClassImplementation.size(); local
7183 for (int i = 0; i < ClsDefCount; i++)
7194 if (ClsDefCount > 0) {
7198 Result += llvm::utostr(ClsDefCount); Result += "]";
7202 for (int i = 0; i < ClsDefCount;
[all...]
H A DRewriteObjC.cpp3231 int ClsDefCount = ClassImplementation.size(); local
3235 for (int i = 0; i < ClsDefCount; i++)
5526 int ClsDefCount = ClassImplementation.size(); local
5530 for (int i = 0; i < ClsDefCount; i++)
5554 Result += "\tvoid *defs[" + utostr(ClsDefCount + CatDefCount)+ "];\n";
5559 Result += "\t0, 0, " + utostr(ClsDefCount)
5561 for (int i = 0; i < ClsDefCount; i++) {

Completed in 69 milliseconds