Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h782 enum ObjCPropertyAttributeKind { enum
807 ObjCPropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes()
808 return ObjCPropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()
810 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes()
812 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaObjCProperty.cpp487 setPropertyAttributes((ObjCDeclSpec::ObjCPropertyAttributeKind) in HandlePropertyInClassExtension()