Lines Matching refs:FormatManager
116 void FormatManager::Changed() { in Changed()
126 bool FormatManager::GetFormatFromCString(const char *format_cstr, in GetFormatFromCString()
144 char FormatManager::GetFormatAsFormatChar(lldb::Format format) { in GetFormatAsFormatChar()
152 const char *FormatManager::GetFormatAsCString(Format format) { in GetFormatAsCString()
158 void FormatManager::EnableAllCategories() { in EnableAllCategories()
167 void FormatManager::DisableAllCategories() { in DisableAllCategories()
176 void FormatManager::GetPossibleMatches( in GetPossibleMatches()
295 FormatManager::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType()
319 FormatManager::GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSummaryForType()
343 FormatManager::GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFilterForType()
367 FormatManager::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType()
391 void FormatManager::ForEachCategory(TypeCategoryMap::ForEachCallback callback) { in ForEachCategory()
403 FormatManager::GetCategory(ConstString category_name, bool can_create) { in GetCategory()
419 lldb::Format FormatManager::GetSingleItemFormat(lldb::Format vector_format) { in GetSingleItemFormat()
447 bool FormatManager::ShouldPrintAsOneLiner(ValueObject &valobj) { in ShouldPrintAsOneLiner()
545 ConstString FormatManager::GetTypeForCache(ValueObject &valobj, in GetTypeForCache()
557 FormatManager::GetCandidateLanguages(lldb::LanguageType lang_type) { in GetCandidateLanguages()
575 FormatManager::GetCategoryForLanguage(lldb::LanguageType lang_type) { in GetCategoryForLanguage()
588 ImplSP FormatManager::GetHardcoded(FormattersMatchData &match_data) { in GetHardcoded()
600 ImplSP FormatManager::Get(ValueObject &valobj, in Get()
627 ImplSP FormatManager::GetCached(FormattersMatchData &match_data) { in GetCached()
659 FormatManager::GetFormat(ValueObject &valobj, in GetFormat()
665 FormatManager::GetSummaryFormat(ValueObject &valobj, in GetSummaryFormat()
671 FormatManager::GetSyntheticChildren(ValueObject &valobj, in GetSyntheticChildren()
676 FormatManager::FormatManager() in FormatManager() function in FormatManager
691 void FormatManager::LoadSystemFormatters() { in LoadSystemFormatters()
747 void FormatManager::LoadVectorFormatters() { in LoadVectorFormatters()