Searched refs:FindCategoryDeclaration (Results 1 – 8 of 8) sorted by relevance
1179 ObjCInterfaceDecl::FindCategoryDeclaration(IdentifierInfo *CategoryId) const { in FindCategoryDeclaration() function in ObjCInterfaceDecl1547 return ID->FindCategoryDeclaration(getIdentifier()); in getCategoryDecl()1570 if (ObjCCategoryDecl *CD = IFace->FindCategoryDeclaration(getIdentifier())) in setClassInterface()
3291 = ToInterface->FindCategoryDeclaration(Name.getAsIdentifierInfo()); in VisitObjCCategoryDecl()
855 = IDecl->FindCategoryDeclaration(CategoryName)) { in ActOnStartCategoryInterface()891 CatIDecl = IDecl->FindCategoryDeclaration(CatName); in ActOnStartCategoryImplementation()2493 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) { in ActOnAtEnd()
896 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier()); in ActOnPropertyImplDecl()
736 ObjCCategoryDecl *FindCategoryDeclaration(IdentifierInfo *CategoryId) const;
2940 Interface->FindCategoryDeclaration(OCD->getIdentifier()); in GenerateCategory()6011 Interface->FindCategoryDeclaration(OCD->getIdentifier()); in GenerateCategory()
5743 = ClassDecl->FindCategoryDeclaration(IDecl->getIdentifier()); in RewriteObjCCategoryImplDecl()
7539 = ClassDecl->FindCategoryDeclaration(IDecl->getIdentifier()); in RewriteObjCCategoryImplDecl()