Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h733 enum PropertyControl { None, Required, Optional }; enum
750 LLVM_PREFERRED_TYPE(PropertyControl)
776 QualType T, TypeSourceInfo *TSI, PropertyControl propControl) in ObjCPropertyDecl()
789 PropertyControl propControl = None);
905 void setPropertyImplementation(PropertyControl pc) { in setPropertyImplementation()
909 PropertyControl getPropertyImplementation() const { in getPropertyImplementation()
910 return PropertyControl(PropertyImplementation); in getPropertyImplementation()
914 return getPropertyImplementation() == PropertyControl::Optional; in isOptional()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2355 TypeSourceInfo *TSI, PropertyControl propControl) { in Create()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1484 (ObjCPropertyDecl::PropertyControl)Record.readInt()); in VisitObjCPropertyDecl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10015 …rInfo*, clang::SourceLocation, clang::TypeSourceInfo*, clang::ObjCPropertyDecl::PropertyControl)"},