HomeSort by: relevance | last modified time | path
    Searched defs:ClsDefCount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 4009 int ClsDefCount = ClassImplementation.size();
4013 for (int i = 0; i < ClsDefCount; i++) {
7170 int ClsDefCount = ClassImplementation.size();
7171 if (!ClsDefCount)
7176 for (int i = 0; i < ClsDefCount; i++) {
7186 int ClsDefCount = ClassImplementation.size();
7190 for (int i = 0; i < ClsDefCount; i++)
7201 if (ClsDefCount > 0) {
7205 Result += llvm::utostr(ClsDefCount); Result += "]";
7209 for (int i = 0; i < ClsDefCount; i++)
    [all...]
RewriteObjC.cpp 3236 int ClsDefCount = ClassImplementation.size();
3240 for (int i = 0; i < ClsDefCount; i++)
5531 int ClsDefCount = ClassImplementation.size();
5535 for (int i = 0; i < ClsDefCount; i++)
5559 Result += "\tvoid *defs[" + utostr(ClsDefCount + CatDefCount)+ "];\n";
5564 Result += "\t0, 0, " + utostr(ClsDefCount)
5566 for (int i = 0; i < ClsDefCount; i++) {

Completed in 35 milliseconds