Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2444 struct PropertyAttributes { struct
2446 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
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp988 if (unsigned PropertyAttributes = Property->getAttributes()) in constructTypeDIE() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp456 unsigned PropertyAttributes, DIType *Ty) { in createObjCProperty()
H A DDebugInfo.cpp1410 unsigned PropertyAttributes, in LLVMDIBuilderCreateObjCProperty()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h987 unsigned PropertyAttributes : NumObjCPropertyAttrsBits; variable