Searched refs:ClassExt (Results 1 – 4 of 4) sorted by relevance
407 const ObjCCategoryDecl *ClassExt = Ext; in collectPropertiesToImplement() local408 for (auto *Prop : ClassExt->properties()) { in collectPropertiesToImplement()
3623 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in GeneratePropertyList() local3624 for (auto *PD : ClassExt->properties()) { in GeneratePropertyList()
3144 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in EmitPropertyList() local3145 for (auto *PD : ClassExt->properties()) { in EmitPropertyList()
3373 for (const ObjCCategoryDecl *ClassExt : ID->known_extensions()) in CreateTypeDefinition() local3374 for (auto *PD : ClassExt->properties()) { in CreateTypeDefinition()