Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h2200 enum PropertyControl { None, Required, Optional }; enum
2236 PropertyControl propControl = None);
2322 void setPropertyImplementation(PropertyControl pc) { in setPropertyImplementation()
2325 PropertyControl getPropertyImplementation() const { in getPropertyImplementation()
2326 return PropertyControl(PropertyImplementation); in getPropertyImplementation()
/external/clang/lib/AST/
DDeclObjC.cpp1822 PropertyControl propControl) { in Create()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp910 (ObjCPropertyDecl::PropertyControl)Record[Idx++]); in VisitObjCPropertyDecl()