Go to the documentation of this file.
10 #ifndef LLDB_DATAFORMATTERS_LANGUAGECATEGORY_H
11 #define LLDB_DATAFORMATTERS_LANGUAGECATEGORY_H
27 template <
typename ImplSP>
29 template <
typename ImplSP>
50 template <
typename ImplSP>
60 #endif // LLDB_DATAFORMATTERS_LANGUAGECATEGORY_H
bool Get(FormattersMatchData &match_data, ImplSP &format_sp)
HardcodedFormatters::HardcodedSyntheticFinder m_hardcoded_synthetics
LanguageType
Programming language type.
bool GetHardcoded(FormatManager &fmt_mgr, FormattersMatchData &match_data, ImplSP &format_sp)
HardcodedFormatters::HardcodedSummaryFinder m_hardcoded_summaries
std::unique_ptr< LanguageCategory > UniquePointer
FormatCache & GetFormatCache()
HardcodedFormatters::HardcodedFormatFinder m_hardcoded_formats
auto & GetHardcodedFinder()
lldb::TypeCategoryImplSP m_category_sp
A class that represents a running process on the host machine.
lldb_private::FormatCache m_format_cache
lldb::TypeCategoryImplSP GetCategory() const
LanguageCategory(lldb::LanguageType lang_type)