Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h730 enum ObjCPropertyAttributeKind { enum
755 ObjCPropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes()
756 return ObjCPropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()
758 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes()
760 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp376 setPropertyAttributes((ObjCDeclSpec::ObjCPropertyAttributeKind) in HandlePropertyInClassExtension()