Searched refs:FindCategoryDeclaration (Results 1 – 8 of 8) sorted by relevance
1559 ObjCInterfaceDecl::FindCategoryDeclaration(IdentifierInfo *CategoryId) const { in FindCategoryDeclaration() function in ObjCInterfaceDecl1966 return ID->FindCategoryDeclaration(getIdentifier()); in getCategoryDecl()1989 if (ObjCCategoryDecl *CD = IFace->FindCategoryDeclaration(getIdentifier())) in setClassInterface()
3483 = ToInterface->FindCategoryDeclaration(Name.getAsIdentifierInfo()); in VisitObjCCategoryDecl()
1745 = IDecl->FindCategoryDeclaration(CategoryName)) { in ActOnStartCategoryInterface()1803 CatIDecl = IDecl->FindCategoryDeclaration(CatName); in ActOnStartCategoryImplementation()3723 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) { in ActOnAtEnd()
989 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier()); in ActOnPropertyImplDecl()
1025 ObjCCategoryDecl *FindCategoryDeclaration(IdentifierInfo *CategoryId) const;
3043 Interface->FindCategoryDeclaration(OCD->getIdentifier()); in GenerateCategory()6152 Interface->FindCategoryDeclaration(OCD->getIdentifier()); in GenerateCategory()
5647 = ClassDecl->FindCategoryDeclaration(IDecl->getIdentifier()); in RewriteObjCCategoryImplDecl()
7405 = ClassDecl->FindCategoryDeclaration(IDecl->getIdentifier()); in RewriteObjCCategoryImplDecl()