Searched refs:PropertyControl (Results 1 – 3 of 3) sorted by relevance
734 enum PropertyControl { None, Required, Optional }; enum774 QualType T, TypeSourceInfo *TSI, PropertyControl propControl) in ObjCPropertyDecl()789 PropertyControl propControl = None);905 void setPropertyImplementation(PropertyControl pc) { in setPropertyImplementation()909 PropertyControl getPropertyImplementation() const { in getPropertyImplementation()910 return PropertyControl(PropertyImplementation); in getPropertyImplementation()914 return getPropertyImplementation() == PropertyControl::Optional; in isOptional()
2282 PropertyControl propControl) { in Create()
1300 (ObjCPropertyDecl::PropertyControl)Record.readInt()); in VisitObjCPropertyDecl()