Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DLanguageCategory.cpp23 m_hardcoded_synthetics(), m_format_cache(), m_enabled(false) { in LanguageCategory()
28 m_hardcoded_synthetics = language_plugin->GetHardcodedSynthetics(); in LanguageCategory()
84 return m_hardcoded_synthetics; in GetHardcodedFinder()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DLanguageCategory.h48 HardcodedFormatters::HardcodedSyntheticFinder m_hardcoded_synthetics; variable