Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h734 enum PropertyControl { None, Required, Optional }; enum
774 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp2282 PropertyControl propControl) { in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1300 (ObjCPropertyDecl::PropertyControl)Record.readInt()); in VisitObjCPropertyDecl()