Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h734 enum PropertyControl { None, Required, Optional }; enum
751 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()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2375 PropertyControl propControl) { in Create()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1485 (ObjCPropertyDecl::PropertyControl)Record.readInt()); in VisitObjCPropertyDecl()