Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h783 enum ObjCPropertyAttributeKind { enum
813 ObjCPropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes()
814 return ObjCPropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()
816 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes()
818 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp473 setPropertyAttributes((ObjCDeclSpec::ObjCPropertyAttributeKind) in HandlePropertyInClassExtension()