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

/external/clang/include/clang/Sema/
H A DDeclSpec.h775 enum ObjCPropertyAttributeKind { enum in class:clang::ObjCDeclSpec
800 ObjCPropertyAttributeKind getPropertyAttributes() const {
801 return ObjCPropertyAttributeKind(PropertyAttributes);
803 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) {
805 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal);
822 // NOTE: VC++ treats enums as signed, avoid using ObjCPropertyAttributeKind
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp468 // FIXME. Assuming that ObjCDeclSpec::ObjCPropertyAttributeKind
472 setPropertyAttributes((ObjCDeclSpec::ObjCPropertyAttributeKind)

Completed in 1355 milliseconds