Searched refs:FindCategoryDeclaration (Results 1 – 8 of 8) sorted by relevance
1593 ObjCInterfaceDecl::FindCategoryDeclaration(IdentifierInfo *CategoryId) const { in FindCategoryDeclaration() function in ObjCInterfaceDecl2002 return ID->FindCategoryDeclaration(getIdentifier()); in getCategoryDecl()2025 if (ObjCCategoryDecl *CD = IFace->FindCategoryDeclaration(getIdentifier())) in setClassInterface()
3707 = ToInterface->FindCategoryDeclaration(Name.getAsIdentifierInfo()); in VisitObjCCategoryDecl()
1753 = IDecl->FindCategoryDeclaration(CategoryName)) { in ActOnStartCategoryInterface()1811 CatIDecl = IDecl->FindCategoryDeclaration(CatName); in ActOnStartCategoryImplementation()3872 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) { in ActOnAtEnd()
1004 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier()); in ActOnPropertyImplDecl()
1265 ObjCCategoryDecl *FindCategoryDeclaration(IdentifierInfo *CategoryId) const;
3095 Interface->FindCategoryDeclaration(OCD->getIdentifier()); in GenerateCategory()6218 Interface->FindCategoryDeclaration(OCD->getIdentifier()); in GenerateCategory()
5626 = ClassDecl->FindCategoryDeclaration(IDecl->getIdentifier()); in RewriteObjCCategoryImplDecl()
7280 = ClassDecl->FindCategoryDeclaration(IDecl->getIdentifier()); in RewriteObjCCategoryImplDecl()