Searched refs:ClassExt (Results 1 – 7 of 7) sorted by relevance
377 const ObjCCategoryDecl *ClassExt = Ext; in collectPropertiesToImplement() local378 for (auto *Prop : ClassExt->properties()) { in collectPropertiesToImplement()
401 const ObjCCategoryDecl *ClassExt = Ext; in collectPropertiesToImplement() local402 for (auto *Prop : ClassExt->properties()) { in collectPropertiesToImplement()
1946 for (const ObjCCategoryDecl *ClassExt : ID->known_extensions()) in CreateTypeDefinition() local1947 for (auto *PD : ClassExt->properties()) { in CreateTypeDefinition()
2964 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in EmitPropertyList() local2965 for (auto *PD : ClassExt->properties()) { in EmitPropertyList()
3328 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in GeneratePropertyList() local3329 for (auto *PD : ClassExt->properties()) { in GeneratePropertyList()
2679 for (const ObjCCategoryDecl *ClassExt : ID->known_extensions()) in CreateTypeDefinition() local2680 for (auto *PD : ClassExt->properties()) { in CreateTypeDefinition()
3281 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in EmitPropertyList() local3282 for (auto *PD : ClassExt->properties()) { in EmitPropertyList()