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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp110 SmallVector<ObjCCategoryImplDecl *, 8> CategoryImplementation; member in class:__anon525::RewriteObjC
3230 int CatDefCount = CategoryImplementation.size();
3237 RewriteImplementationDecl(CategoryImplementation[i]);
4843 CategoryImplementation.push_back(CI);
4917 if (ClassImplementation.size() || CategoryImplementation.size())
4930 if (ClassImplementation.size() || CategoryImplementation.size() ||
5522 int CatDefCount = CategoryImplementation.size();
5530 RewriteObjCCategoryImplDecl(CategoryImplementation[i], Result);
5564 Result += CategoryImplementation[i]->getClassInterface()->getNameAsString();
5566 Result += CategoryImplementation[
[all...]
H A DRewriteModernObjC.cpp112 SmallVector<ObjCCategoryImplDecl *, 8> CategoryImplementation; member in class:__anon522::RewriteModernObjC
4002 int CatDefCount = CategoryImplementation.size();
4015 ObjCCategoryImplDecl *CIMP = CategoryImplementation[i];
5743 CategoryImplementation.push_back(CI);
5847 if (ClassImplementation.size() || CategoryImplementation.size())
5869 if (ClassImplementation.size() || CategoryImplementation.size() ||
7176 int CatDefCount = CategoryImplementation.size();
7186 RewriteObjCCategoryImplDecl(CategoryImplementation[i], Result);
7228 CategoryImplementation[i]->getClassInterface()->getNameAsString();
7230 Result += CategoryImplementation[
[all...]

Completed in 165 milliseconds