Searched refs:ClassExt (Results 1 – 4 of 4) sorted by relevance
411 const ObjCCategoryDecl *ClassExt = Ext; in collectPropertiesToImplement() local412 for (auto *Prop : ClassExt->properties()) { in collectPropertiesToImplement()
3417 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in GeneratePropertyList() local3418 for (auto *PD : ClassExt->properties()) { in GeneratePropertyList()
2877 for (const ObjCCategoryDecl *ClassExt : ID->known_extensions()) in CreateTypeDefinition() local2878 for (auto *PD : ClassExt->properties()) { in CreateTypeDefinition()
3243 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in EmitPropertyList() local3244 for (auto *PD : ClassExt->properties()) { in EmitPropertyList()