Searched refs:PropertyControl (Results 1 – 3 of 3) sorted by relevance
761 enum PropertyControl { None, Required, Optional }; enum802 PropertyControl propControl) in ObjCPropertyDecl()817 PropertyControl propControl = None);929 void setPropertyImplementation(PropertyControl pc) { in setPropertyImplementation()933 PropertyControl getPropertyImplementation() const { in getPropertyImplementation()934 return PropertyControl(PropertyImplementation); in getPropertyImplementation()938 return getPropertyImplementation() == PropertyControl::Optional; in isOptional()
2226 PropertyControl propControl) { in Create()
1261 (ObjCPropertyDecl::PropertyControl)Record.readInt()); in VisitObjCPropertyDecl()