Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h2460 unsigned PropertyAttributes : NumPropertyAttrsBits; variable
2478 PropertyAttributes(OBJC_PR_noattr), in ObjCPropertyDecl()
2517 return PropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()
2520 PropertyAttributes |= PRVal; in setPropertyAttributes()
2538 PropertyAttributes &= ~OBJC_PR_readonly; in makeitReadWriteAttribute()
2539 PropertyAttributes |= OBJC_PR_readwrite; in makeitReadWriteAttribute()
2546 return (PropertyAttributes & OBJC_PR_readonly); in isReadOnly()
2551 return (PropertyAttributes & OBJC_PR_atomic); in isAtomic()
2556 return (PropertyAttributes & in isRetaining()
2564 if (PropertyAttributes & OBJC_PR_strong) in getSetterKind()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h802 : objcDeclQualifier(DQ_None), PropertyAttributes(DQ_PR_noattr), in ObjCDeclSpec()
814 return ObjCPropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()
817 PropertyAttributes = in setPropertyAttributes()
818 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()
858 unsigned PropertyAttributes : 14; variable
/NextBSD/contrib/llvm/include/llvm/IR/
HDDIBuilder.h244 unsigned PropertyAttributes, DIType *Ty);
/NextBSD/contrib/llvm/lib/IR/
HDDIBuilder.cpp335 unsigned PropertyAttributes, DIType *Ty) { in createObjCProperty() argument
337 SetterName, PropertyAttributes, in createObjCProperty()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.cpp947 if (unsigned PropertyAttributes = Property->getAttributes()) in constructTypeDIE() local
949 PropertyAttributes); in constructTypeDIE()