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()
306 FormatManager::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType()
330 FormatManager::GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSummaryForType()
354 FormatManager::GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFilterForType()
378 FormatManager::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType()
402 void FormatManager::ForEachCategory(TypeCategoryMap::ForEachCallback callback) { in ForEachCategory()
414 FormatManager::GetCategory(ConstString category_name, bool can_create) { in GetCategory()
430 lldb::Format FormatManager::GetSingleItemFormat(lldb::Format vector_format) { in GetSingleItemFormat()
458 bool FormatManager::ShouldPrintAsOneLiner(ValueObject &valobj) { in ShouldPrintAsOneLiner()
556 ConstString FormatManager::GetTypeForCache(ValueObject &valobj, in GetTypeForCache()
568 FormatManager::GetCandidateLanguages(lldb::LanguageType lang_type) { in GetCandidateLanguages()
586 FormatManager::GetCategoryForLanguage(lldb::LanguageType lang_type) { in GetCategoryForLanguage()
599 ImplSP FormatManager::GetHardcoded(FormattersMatchData &match_data) { in GetHardcoded()
611 ImplSP FormatManager::Get(ValueObject &valobj, in Get()
638 ImplSP FormatManager::GetCached(FormattersMatchData &match_data) { in GetCached()
670 FormatManager::GetFormat(ValueObject &valobj, in GetFormat()
676 FormatManager::GetSummaryFormat(ValueObject &valobj, in GetSummaryFormat()
682 FormatManager::GetSyntheticChildren(ValueObject &valobj, in GetSyntheticChildren()
687 FormatManager::FormatManager() in FormatManager() function in FormatManager
702 void FormatManager::LoadSystemFormatters() { in LoadSystemFormatters()
761 void FormatManager::LoadVectorFormatters() { in LoadVectorFormatters()