Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h749 unsigned PropertyAttributesAsWritten : NumObjCPropertyAttrsBits; variable
781 PropertyAttributesAsWritten(ObjCPropertyAttribute::kind_noattr), in ObjCPropertyDecl()
824 return ObjCPropertyAttribute::Kind(PropertyAttributesAsWritten); in getPropertyAttributesAsWritten()
828 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()