Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h765 unsigned PropertyAttributes : NumObjCPropertyAttrsBits; variable
797 PropertyAttributes(ObjCPropertyAttribute::kind_noattr), in ObjCPropertyDecl()
833 return ObjCPropertyAttribute::Kind(PropertyAttributes); in getPropertyAttributes()
837 PropertyAttributes |= PRVal; in setPropertyAttributes()
841 PropertyAttributes = PRVal; in overwritePropertyAttributes()
856 return (PropertyAttributes & ObjCPropertyAttribute::kind_readonly); in isReadOnly()
861 return (PropertyAttributes & ObjCPropertyAttribute::kind_atomic); in isAtomic()
866 return (PropertyAttributes & (ObjCPropertyAttribute::kind_retain | in isRetaining()
873 return PropertyAttributes & ObjCPropertyAttribute::kind_class; in isClassProperty()
876 return PropertyAttributes & ObjCPropertyAttribute::kind_direct; in isDirectProperty()
[all …]
/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-project/clang/include/clang/Sema/
DDeclSpec.h843 PropertyAttributes(ObjCPropertyAttribute::kind_noattr), Nullability(0), in ObjCDeclSpec()
857 return ObjCPropertyAttribute::Kind(PropertyAttributes); in getPropertyAttributes()
860 PropertyAttributes = in setPropertyAttributes()
861 (ObjCPropertyAttribute::Kind)(PropertyAttributes | PRVal); in setPropertyAttributes()
912 unsigned PropertyAttributes : NumObjCPropertyAttrsBits; 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-c/
DDebugInfo.h822 unsigned PropertyAttributes,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h358 unsigned PropertyAttributes, DIType *Ty);
/external/llvm-project/llvm/include/llvm-c/
DDebugInfo.h829 unsigned PropertyAttributes,
/external/llvm-project/llvm/include/llvm/IR/
DDIBuilder.h368 unsigned PropertyAttributes, DIType *Ty);
/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-project/llvm/lib/IR/
DDIBuilder.cpp409 unsigned PropertyAttributes, DIType *Ty) { in createObjCProperty() argument
411 SetterName, PropertyAttributes, Ty); in createObjCProperty()
DDebugInfo.cpp1132 unsigned PropertyAttributes, in LLVMDIBuilderCreateObjCProperty() argument
1137 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()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp892 if (unsigned PropertyAttributes = Property->getAttributes()) in constructTypeDIE() local
894 PropertyAttributes); in constructTypeDIE()