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

/external/clang/include/clang/AST/
H A DDeclObjC.h2177 enum PropertyAttributeKind { enum in class:clang::ObjCPropertyDecl
2250 PropertyAttributeKind getPropertyAttributes() const {
2251 return PropertyAttributeKind(PropertyAttributes);
2253 void setPropertyAttributes(PropertyAttributeKind PRVal) {
2257 PropertyAttributeKind getPropertyAttributesAsWritten() const {
2258 return PropertyAttributeKind(PropertyAttributesAsWritten);
2267 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) {

Completed in 60 milliseconds