Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h754 enum PropertyControl { None, Required, Optional }; enum
794 QualType T, TypeSourceInfo *TSI, PropertyControl propControl) in ObjCPropertyDecl()
809 PropertyControl propControl = None);
927 void setPropertyImplementation(PropertyControl pc) { in setPropertyImplementation()
931 PropertyControl getPropertyImplementation() const { in getPropertyImplementation()
932 return PropertyControl(PropertyImplementation); in getPropertyImplementation()
936 return getPropertyImplementation() == PropertyControl::Optional; in isOptional()
/external/clang/include/clang/AST/
DDeclObjC.h730 enum PropertyControl { None, Required, Optional }; enum
751 PropertyControl propControl) in ObjCPropertyDecl()
769 PropertyControl propControl = None);
867 void setPropertyImplementation(PropertyControl pc) { in setPropertyImplementation()
870 PropertyControl getPropertyImplementation() const { in getPropertyImplementation()
871 return PropertyControl(PropertyImplementation); in getPropertyImplementation()
/external/clang/lib/AST/
DDeclObjC.cpp2167 PropertyControl propControl) { in Create()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp2283 PropertyControl propControl) { in Create()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1127 (ObjCPropertyDecl::PropertyControl)Record[Idx++]); in VisitObjCPropertyDecl()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp1300 (ObjCPropertyDecl::PropertyControl)Record.readInt()); in VisitObjCPropertyDecl()