Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h737 unsigned PropertyAttributesAsWritten : NumPropertyAttrsBits; variable
755 PropertyAttributesAsWritten(OBJC_PR_noattr), in ObjCPropertyDecl()
803 return PropertyAttributeKind(PropertyAttributesAsWritten); in getPropertyAttributesAsWritten()
807 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h766 unsigned PropertyAttributesAsWritten : NumObjCPropertyAttrsBits; variable
798 PropertyAttributesAsWritten(ObjCPropertyAttribute::kind_noattr), in ObjCPropertyDecl()
845 return ObjCPropertyAttribute::Kind(PropertyAttributesAsWritten); in getPropertyAttributesAsWritten()
849 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()