Searched defs:PropertyAttributes (Results 1 – 5 of 5) sorted by relevance
2444 struct PropertyAttributes { struct2446 const char *prop_name = nullptr;2447 const char *prop_getter_name = nullptr;2448 const char *prop_setter_name = nullptr;2450 uint32_t prop_attributes = 0;2639 PropertyAttributes::PropertyAttributes(const DWARFDIE &die) { in PropertyAttributes() function in PropertyAttributes
988 if (unsigned PropertyAttributes = Property->getAttributes()) in constructTypeDIE() local
456 unsigned PropertyAttributes, DIType *Ty) { in createObjCProperty()
1410 unsigned PropertyAttributes, in LLVMDIBuilderCreateObjCProperty()
987 unsigned PropertyAttributes : NumObjCPropertyAttrsBits; variable