Searched refs:FindCategoryDeclaration (Results 1 – 9 of 9) sorted by relevance
1755 ObjCInterfaceDecl::FindCategoryDeclaration(IdentifierInfo *CategoryId) const { in FindCategoryDeclaration() function in ObjCInterfaceDecl2216 return ID->FindCategoryDeclaration(getIdentifier()); in getCategoryDecl()2236 if (ObjCCategoryDecl *CD = IFace->FindCategoryDeclaration(getIdentifier())) in setClassInterface()
4823 = ToInterface->FindCategoryDeclaration(Name.getAsIdentifierInfo()); in VisitObjCCategoryDecl()
1858 = IDecl->FindCategoryDeclaration(CategoryName)) { in ActOnStartCategoryInterface()1923 CatIDecl = IDecl->FindCategoryDeclaration(CatName); in ActOnStartCategoryImplementation()4187 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) { in ActOnAtEnd()
1184 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier()); in ActOnPropertyImplDecl()
1341 ObjCCategoryDecl *FindCategoryDeclaration(IdentifierInfo *CategoryId) const;
3337 Interface->FindCategoryDeclaration(OCD->getIdentifier()); in GenerateCategory()6667 Interface->FindCategoryDeclaration(OCD->getIdentifier()); in GenerateCategory()
3487 Class->FindCategoryDeclaration(OCD->getIdentifier()); in GenerateCategory()
5621 = ClassDecl->FindCategoryDeclaration(IDecl->getIdentifier()); in RewriteObjCCategoryImplDecl()
7268 = ClassDecl->FindCategoryDeclaration(IDecl->getIdentifier()); in RewriteObjCCategoryImplDecl()