Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h736 unsigned PropertyAttributes : NumPropertyAttrsBits; variable
754 PropertyAttributes(OBJC_PR_noattr), in ObjCPropertyDecl()
793 return PropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()
796 PropertyAttributes |= PRVal; in setPropertyAttributes()
799 PropertyAttributes = PRVal; in overwritePropertyAttributes()
814 return (PropertyAttributes & OBJC_PR_readonly); in isReadOnly()
819 return (PropertyAttributes & OBJC_PR_atomic); in isAtomic()
824 return (PropertyAttributes & in isRetaining()
829 bool isClassProperty() const { return PropertyAttributes & OBJC_PR_class; } in isClassProperty()
843 if (PropertyAttributes & OBJC_PR_strong) in getSetterKind()
[all …]
/external/clang/include/clang/Sema/
DDeclSpec.h817 : objcDeclQualifier(DQ_None), PropertyAttributes(DQ_PR_noattr), in ObjCDeclSpec()
829 return ObjCPropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()
832 PropertyAttributes = in setPropertyAttributes()
833 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()
873 unsigned PropertyAttributes : 15; variable
/external/llvm/include/llvm/IR/
DDIBuilder.h256 unsigned PropertyAttributes, DIType *Ty);
/external/llvm/lib/IR/
DDIBuilder.cpp315 unsigned PropertyAttributes, DIType *Ty) { in createObjCProperty() argument
317 SetterName, PropertyAttributes, Ty); in createObjCProperty()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h358 unsigned PropertyAttributes, DIType *Ty);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DDebugInfo.h822 unsigned PropertyAttributes,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp401 unsigned PropertyAttributes, DIType *Ty) { in createObjCProperty() argument
403 SetterName, PropertyAttributes, Ty); in createObjCProperty()
DDebugInfo.cpp1093 unsigned PropertyAttributes, in LLVMDIBuilderCreateObjCProperty() argument
1098 PropertyAttributes, unwrapDI<DIType>(Ty))); in LLVMDIBuilderCreateObjCProperty()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp943 if (unsigned PropertyAttributes = Property->getAttributes()) in constructTypeDIE() local
945 PropertyAttributes); in constructTypeDIE()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp955 if (unsigned PropertyAttributes = Property->getAttributes()) in constructTypeDIE() local
957 PropertyAttributes); in constructTypeDIE()