Home | History | Annotate | Download | only in AST

Lines Matching refs:PropertyAttributeKind

1716   enum PropertyAttributeKind {
1787 PropertyAttributeKind getPropertyAttributes() const {
1788 return PropertyAttributeKind(PropertyAttributes);
1790 void setPropertyAttributes(PropertyAttributeKind PRVal) {
1794 PropertyAttributeKind getPropertyAttributesAsWritten() const {
1795 return PropertyAttributeKind(PropertyAttributesAsWritten);
1804 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) {