Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h746 unsigned PropertyAttributesAsWritten : NumObjCPropertyAttrsBits; variable
778 PropertyAttributesAsWritten(ObjCPropertyAttribute::kind_noattr), in ObjCPropertyDecl()
825 return ObjCPropertyAttribute::Kind(PropertyAttributesAsWritten); in getPropertyAttributesAsWritten()
829 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()