Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp53 SmallVector<ObjCPropertyEntry> PropertyAttributes; in sortPropertyAttributes() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2550 struct PropertyAttributes { struct
2552 const char *prop_name = nullptr;
2553 const char *prop_getter_name = nullptr;
2554 const char *prop_setter_name = nullptr;
2556 uint32_t prop_attributes = 0;
2745 PropertyAttributes::PropertyAttributes(const DWARFDIE &die) { in PropertyAttributes() function in PropertyAttributes
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1111 if (unsigned PropertyAttributes = Property->getAttributes()) in constructTypeDIE() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp528 unsigned PropertyAttributes, DIType *Ty) { in createObjCProperty()
H A DDebugInfo.cpp1504 unsigned PropertyAttributes, in LLVMDIBuilderCreateObjCProperty()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h989 unsigned PropertyAttributes : NumObjCPropertyAttrsBits; variable