Searched refs:collectPropertiesToImplement (Results 1 – 3 of 3) sorted by relevance
405 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM) const { in collectPropertiesToImplement() function in ObjCInterfaceDecl416 PI->collectPropertiesToImplement(PM); in collectPropertiesToImplement()2042 void ObjCProtocolDecl::collectPropertiesToImplement(PropertyMap &PM) const { in collectPropertiesToImplement() function in ObjCProtocolDecl2052 PI->collectPropertiesToImplement(PM); in collectPropertiesToImplement()
1093 virtual void collectPropertiesToImplement(PropertyMap &PM) const {} in collectPropertiesToImplement() function1804 void collectPropertiesToImplement(PropertyMap &PM) const override;2297 void collectPropertiesToImplement(PropertyMap &PM) const override;
1805 SDecl->collectPropertiesToImplement(PropMap); in CollectSuperClassPropertyImplementations()1871 IDecl->collectPropertiesToImplement(PropMap); in DefaultSynthesizeProperties()2028 IDecl->collectPropertiesToImplement(NoNeedToImplPropMap); in DiagnoseUnimplementedProperties()