Searched refs:PropertyAttributes (Results 1 – 10 of 10) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 736 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/ |
D | DeclSpec.h | 817 : 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/ |
D | DIBuilder.h | 256 unsigned PropertyAttributes, DIType *Ty);
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 315 unsigned PropertyAttributes, DIType *Ty) { in createObjCProperty() argument 317 SetterName, PropertyAttributes, Ty); in createObjCProperty()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DIBuilder.h | 358 unsigned PropertyAttributes, DIType *Ty);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | DebugInfo.h | 822 unsigned PropertyAttributes,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 401 unsigned PropertyAttributes, DIType *Ty) { in createObjCProperty() argument 403 SetterName, PropertyAttributes, Ty); in createObjCProperty()
|
D | DebugInfo.cpp | 1093 unsigned PropertyAttributes, in LLVMDIBuilderCreateObjCProperty() argument 1098 PropertyAttributes, unwrapDI<DIType>(Ty))); in LLVMDIBuilderCreateObjCProperty()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 943 if (unsigned PropertyAttributes = Property->getAttributes()) in constructTypeDIE() local 945 PropertyAttributes); in constructTypeDIE()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 955 if (unsigned PropertyAttributes = Property->getAttributes()) in constructTypeDIE() local 957 PropertyAttributes); in constructTypeDIE()
|