Searched refs:PropertyControl (Results 1 – 4 of 4) sorted by relevance
733 enum PropertyControl { None, Required, Optional }; enum750 LLVM_PREFERRED_TYPE(PropertyControl)776 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()
2355 TypeSourceInfo *TSI, PropertyControl propControl) { in Create()
1484 (ObjCPropertyDecl::PropertyControl)Record.readInt()); in VisitObjCPropertyDecl()
10015 …rInfo*, clang::SourceLocation, clang::TypeSourceInfo*, clang::ObjCPropertyDecl::PropertyControl)"},