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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp119 /// DefinedNonLazyCategories - List of defined "non-lazy" categories.
120 SmallVector<ObjCCategoryDecl *, 8> DefinedNonLazyCategories; member in class:__anon17972::RewriteModernObjC
7422 if (!DefinedNonLazyCategories.empty()) {
7426 for (unsigned i = 0, e = DefinedNonLazyCategories.size(); i < e; i++) {
7429 DefinedNonLazyCategories[i]->getClassInterface()->getNameAsString();
7431 Result += DefinedNonLazyCategories[i]->getNameAsString();
7522 DefinedNonLazyCategories.push_back(CDecl);
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp904 /// DefinedNonLazyCategories - List of defined "non-lazy" categories.
905 SmallVector<llvm::GlobalValue*, 16> DefinedNonLazyCategories; member in class:__anon17846::CGObjCCommonMac
5540 AddModuleClassList(DefinedNonLazyCategories,
6031 DefinedNonLazyCategories.push_back(GCATV);

Completed in 786 milliseconds