Searched defs:CatDecl (Results 1 – 5 of 5) sorted by relevance
978 ObjCCategoryDecl *CatDecl = static_cast<ObjCCategoryDecl*>(CDecl); in MatchOneProtocolPropertiesInClass() local1019 ObjCCategoryDecl *CatDecl = static_cast<ObjCCategoryDecl*>(CDecl); in CompareProperties() local
4391 for (ObjCCategoryDecl *CatDecl = IFace->getCategoryList(); CatDecl; in AddObjCMethods() local
295 ObjCCategoryDecl *CatDecl = ClassDecl->getCategoryList(); in lookupMethod() local
1718 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl(); in GenerateCategory() local
952 void RewriteObjC::RewriteCategoryDecl(ObjCCategoryDecl *CatDecl) { in RewriteCategoryDecl()