Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h737 enum PropertyControl { None, Required, Optional }; enum
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()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp2303 PropertyControl propControl) { in Create()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1395 (ObjCPropertyDecl::PropertyControl)Record.readInt()); in VisitObjCPropertyDecl()