Searched defs:PropertyAttributeKind (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclObjC.h2193 enum PropertyAttributeKind { enum in class:clang::ObjCPropertyDecl
2266 PropertyAttributeKind getPropertyAttributes() const {
2267 return PropertyAttributeKind(PropertyAttributes);
2269 void setPropertyAttributes(PropertyAttributeKind PRVal) {
2273 PropertyAttributeKind getPropertyAttributesAsWritten() const {
2274 return PropertyAttributeKind(PropertyAttributesAsWritten);
2283 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) {

Completed in 174 milliseconds