Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h2461 unsigned PropertyAttributesAsWritten : NumPropertyAttrsBits; variable
2479 PropertyAttributesAsWritten(OBJC_PR_noattr), in ObjCPropertyDecl()
2524 return PropertyAttributeKind(PropertyAttributesAsWritten); in getPropertyAttributesAsWritten()
2528 return PropertyAttributesAsWritten & (OBJC_PR_assign | OBJC_PR_copy | in hasWrittenStorageAttribute()
2534 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()