Searched refs:PropertyControl (Results 1 – 3 of 3) sorted by relevance
735 enum PropertyControl { None, Required, Optional }; enum752 LLVM_PREFERRED_TYPE(PropertyControl)778 QualType T, TypeSourceInfo *TSI, PropertyControl propControl) in ObjCPropertyDecl()791 PropertyControl propControl = None);907 void setPropertyImplementation(PropertyControl pc) { in setPropertyImplementation()911 PropertyControl getPropertyImplementation() const { in getPropertyImplementation()912 return PropertyControl(PropertyImplementation); in getPropertyImplementation()916 return getPropertyImplementation() == PropertyControl::Optional; in isOptional()
2358 TypeSourceInfo *TSI, PropertyControl propControl) { in Create()
1477 (ObjCPropertyDecl::PropertyControl)Record.readInt()); in VisitObjCPropertyDecl()