Searched refs:ClassExt (Results 1 – 3 of 3) sorted by relevance
377 const ObjCCategoryDecl *ClassExt = Ext; in collectPropertiesToImplement() local378 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()