Searched refs:PropertyControl (Results 1 – 3 of 3) sorted by relevance
734 enum PropertyControl { None, Required, Optional }; enum751 LLVM_PREFERRED_TYPE(PropertyControl)777 QualType T, TypeSourceInfo *TSI, PropertyControl propControl) in ObjCPropertyDecl()788 TypeSourceInfo *TSI, PropertyControl propControl = None);904 void setPropertyImplementation(PropertyControl pc) { in setPropertyImplementation()908 PropertyControl getPropertyImplementation() const { in getPropertyImplementation()909 return PropertyControl(PropertyImplementation); in getPropertyImplementation()913 return getPropertyImplementation() == PropertyControl::Optional; in isOptional()
2375 PropertyControl propControl) { in Create()
1485 (ObjCPropertyDecl::PropertyControl)Record.readInt()); in VisitObjCPropertyDecl()