D | SemaObjCProperty.cpp | 177 ObjCDeclSpec &ODS, in ActOnProperty() argument 182 unsigned Attributes = ODS.getPropertyAttributes(); in ActOnProperty() 201 GetterSel, ODS.getGetterNameLoc(), in ActOnProperty() 202 SetterSel, ODS.getSetterNameLoc(), in ActOnProperty() 204 ODS.getPropertyAttributes(), in ActOnProperty() 213 GetterSel, ODS.getGetterNameLoc(), SetterSel, in ActOnProperty() 214 ODS.getSetterNameLoc(), isReadWrite, Attributes, in ActOnProperty() 215 ODS.getPropertyAttributes(), T, TSI, in ActOnProperty()
|