Home
last modified time | relevance | path

Searched refs:PropertyControl (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h761 enum PropertyControl { None, Required, Optional }; enum
802 PropertyControl propControl) in ObjCPropertyDecl()
817 PropertyControl propControl = None);
929 void setPropertyImplementation(PropertyControl pc) { in setPropertyImplementation()
933 PropertyControl getPropertyImplementation() const { in getPropertyImplementation()
934 return PropertyControl(PropertyImplementation); in getPropertyImplementation()
938 return getPropertyImplementation() == PropertyControl::Optional; in isOptional()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp2226 PropertyControl propControl) { in Create()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1261 (ObjCPropertyDecl::PropertyControl)Record.readInt()); in VisitObjCPropertyDecl()