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

/external/clang/include/clang/Sema/
H A DDeclSpec.h730 enum ObjCPropertyAttributeKind { enum in class:clang::ObjCDeclSpec
755 ObjCPropertyAttributeKind getPropertyAttributes() const {
756 return ObjCPropertyAttributeKind(PropertyAttributes);
758 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) {
760 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal);
777 // NOTE: VC++ treats enums as signed, avoid using ObjCPropertyAttributeKind

Completed in 86 milliseconds