Searched refs:FindCategoryDeclaration (Results 1 – 9 of 9) sorted by relevance
1720 ObjCInterfaceDecl::FindCategoryDeclaration(IdentifierInfo *CategoryId) const { in FindCategoryDeclaration() function in ObjCInterfaceDecl2144 return ID->FindCategoryDeclaration(getIdentifier()); in getCategoryDecl()2164 if (ObjCCategoryDecl *CD = IFace->FindCategoryDeclaration(getIdentifier())) in setClassInterface()
4480 = ToInterface->FindCategoryDeclaration(Name.getAsIdentifierInfo()); in VisitObjCCategoryDecl()
1844 = IDecl->FindCategoryDeclaration(CategoryName)) { in ActOnStartCategoryInterface()1909 CatIDecl = IDecl->FindCategoryDeclaration(CatName); in ActOnStartCategoryImplementation()4180 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) { in ActOnAtEnd()
1184 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier()); in ActOnPropertyImplDecl()
1330 ObjCCategoryDecl *FindCategoryDeclaration(IdentifierInfo *CategoryId) const;
3341 Interface->FindCategoryDeclaration(OCD->getIdentifier()); in GenerateCategory()6702 Interface->FindCategoryDeclaration(OCD->getIdentifier()); in GenerateCategory()
3370 Class->FindCategoryDeclaration(OCD->getIdentifier()); in GenerateCategory()
5621 = ClassDecl->FindCategoryDeclaration(IDecl->getIdentifier()); in RewriteObjCCategoryImplDecl()
7269 = ClassDecl->FindCategoryDeclaration(IDecl->getIdentifier()); in RewriteObjCCategoryImplDecl()