Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:DefinedNonLazyCategories

117     /// DefinedNonLazyCategories - List of defined "non-lazy" categories.
118 llvm::SmallVector<ObjCCategoryDecl*, 8> DefinedNonLazyCategories;
6975 if (!DefinedNonLazyCategories.empty()) {
6979 for (unsigned i = 0, e = DefinedNonLazyCategories.size(); i < e; i++) {
6982 DefinedNonLazyCategories[i]->getClassInterface()->getNameAsString();
6984 Result += DefinedNonLazyCategories[i]->getNameAsString();
7091 DefinedNonLazyCategories.push_back(CDecl);