Searched refs:FindCategoryDeclaration (Results 1 – 9 of 9) sorted by relevance
1699 ObjCInterfaceDecl::FindCategoryDeclaration(IdentifierInfo *CategoryId) const { in FindCategoryDeclaration() function in ObjCInterfaceDecl2123 return ID->FindCategoryDeclaration(getIdentifier()); in getCategoryDecl()2143 if (ObjCCategoryDecl *CD = IFace->FindCategoryDeclaration(getIdentifier())) in setClassInterface()
4356 = ToInterface->FindCategoryDeclaration(Name.getAsIdentifierInfo()); in VisitObjCCategoryDecl()
1841 = IDecl->FindCategoryDeclaration(CategoryName)) { in ActOnStartCategoryInterface()1906 CatIDecl = IDecl->FindCategoryDeclaration(CatName); in ActOnStartCategoryImplementation()4172 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) { in ActOnAtEnd()
1184 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier()); in ActOnPropertyImplDecl()
1328 ObjCCategoryDecl *FindCategoryDeclaration(IdentifierInfo *CategoryId) const;
3406 Interface->FindCategoryDeclaration(OCD->getIdentifier()); in GenerateCategory()6750 Interface->FindCategoryDeclaration(OCD->getIdentifier()); in GenerateCategory()
3285 Class->FindCategoryDeclaration(OCD->getIdentifier()); in GenerateCategory()
5633 = ClassDecl->FindCategoryDeclaration(IDecl->getIdentifier()); in RewriteObjCCategoryImplDecl()
7280 = ClassDecl->FindCategoryDeclaration(IDecl->getIdentifier()); in RewriteObjCCategoryImplDecl()