Home
last modified time | relevance | path

Searched refs:property_setter_name (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTType.h503 const char *property_setter_name,
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp5370 const char *property_setter_name, in AddObjCClassProperty() argument
5415 if (property_setter_name != nullptr) in AddObjCClassProperty()
5417 … std::string property_setter_no_colon(property_setter_name, strlen(property_setter_name) - 1); in AddObjCClassProperty()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp1689 const char *property_setter_name, in DelayedAddObjCClassProperty() argument
1698 m_property_setter_name (property_setter_name), in DelayedAddObjCClassProperty()