Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h1754 unsigned PropertyAttributesAsWritten : NumPropertyAttrsBits; variable
1771 PropertyAttributesAsWritten(OBJC_PR_noattr), in ObjCPropertyDecl()
1804 return PropertyAttributeKind(PropertyAttributesAsWritten); in getPropertyAttributesAsWritten()
1808 return PropertyAttributesAsWritten & (OBJC_PR_assign | OBJC_PR_copy | in hasWrittenStorageAttribute()
1814 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()