Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h735 enum PropertyControl { None, Required, Optional }; enum
752 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()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2358 TypeSourceInfo *TSI, PropertyControl propControl) { in Create()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1477 (ObjCPropertyDecl::PropertyControl)Record.readInt()); in VisitObjCPropertyDecl()