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()785 TypeSourceInfo *TSI, PropertyControl propControl = None);901 void setPropertyImplementation(PropertyControl pc) { in setPropertyImplementation()905 PropertyControl getPropertyImplementation() const { in getPropertyImplementation()906 return PropertyControl(PropertyImplementation); in getPropertyImplementation()910 return getPropertyImplementation() == PropertyControl::Optional; in isOptional()
2375 PropertyControl propControl) { in Create()
1443 (ObjCPropertyDecl::PropertyControl)Record.readInt()); in VisitObjCPropertyDecl()