Home
last modified time | relevance | path

Searched defs:PropertyAttributes (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2477 struct PropertyAttributes { struct
2479 const char *prop_name = nullptr;
2480 const char *prop_getter_name = nullptr;
2481 const char *prop_setter_name = nullptr;
2483 uint32_t prop_attributes = 0;
2575 PropertyAttributes::PropertyAttributes(const DWARFDIE &die) { in PropertyAttributes() function in PropertyAttributes
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp954 if (unsigned PropertyAttributes = Property->getAttributes()) in constructTypeDIE() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDIBuilder.cpp446 unsigned PropertyAttributes, DIType *Ty) { in createObjCProperty()
H A DDebugInfo.cpp1313 unsigned PropertyAttributes, in LLVMDIBuilderCreateObjCProperty()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h745 unsigned PropertyAttributes : NumObjCPropertyAttrsBits; variable
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h935 unsigned PropertyAttributes : NumObjCPropertyAttrsBits; variable