Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DLanguageCategory.cpp22 : m_category_sp(), m_hardcoded_formats(), m_hardcoded_summaries(), in LanguageCategory()
26 m_hardcoded_formats = language_plugin->GetHardcodedFormats(); in LanguageCategory()
74 return m_hardcoded_formats; in GetHardcodedFinder()
/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DLanguageCategory.h46 HardcodedFormatters::HardcodedFormatFinder m_hardcoded_formats; variable