Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h773 unsigned PropertyAttributesAsWritten : NumPropertyAttrsBits; variable
806 PropertyAttributesAsWritten(OBJC_PR_noattr), in ObjCPropertyDecl()
853 return PropertyAttributeKind(PropertyAttributesAsWritten); in getPropertyAttributesAsWritten()
857 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()