Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h1427 enum PropertyControl { None, Required, Optional }; enum
1457 PropertyControl propControl = None);
1522 void setPropertyImplementation(PropertyControl pc) { in setPropertyImplementation()
1525 PropertyControl getPropertyImplementation() const { in getPropertyImplementation()
1526 return PropertyControl(PropertyImplementation); in getPropertyImplementation()
/external/clang/lib/AST/
DDeclObjC.cpp1045 PropertyControl propControl) { in Create()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp633 (ObjCPropertyDecl::PropertyControl)Record[Idx++]); in VisitObjCPropertyDecl()