Searched refs:ClassExt (Results 1 – 4 of 4) sorted by relevance
410 const ObjCCategoryDecl *ClassExt = Ext; in collectPropertiesToImplement() local411 for (auto *Prop : ClassExt->properties()) { in collectPropertiesToImplement()
3531 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in GeneratePropertyList() local3532 for (auto *PD : ClassExt->properties()) { in GeneratePropertyList()
3148 for (const ObjCCategoryDecl *ClassExt : ID->known_extensions()) in CreateTypeDefinition() local3149 for (auto *PD : ClassExt->properties()) { in CreateTypeDefinition()
3241 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in EmitPropertyList() local3242 for (auto *PD : ClassExt->properties()) { in EmitPropertyList()