Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Target/
DProcess.cpp5941 std::set<ConstString> const_type_names; in MapSupportedStructuredDataPlugins() local
5949 [&const_type_names, &log](StructuredData::Object *object) { in MapSupportedStructuredDataPlugins()
5961 const_type_names.insert(ConstString(type_name->GetValue())); in MapSupportedStructuredDataPlugins()
5971 for (uint32_t plugin_index = 0; !const_type_names.empty(); plugin_index++) { in MapSupportedStructuredDataPlugins()
5988 for (auto &type_name : const_type_names) { in MapSupportedStructuredDataPlugins()
6000 const_type_names.erase(type_name); in MapSupportedStructuredDataPlugins()