Lines Matching refs:FormatManager

115 void FormatManager::Changed() {  in Changed()
125 bool FormatManager::GetFormatFromCString(const char *format_cstr, in GetFormatFromCString()
143 char FormatManager::GetFormatAsFormatChar(lldb::Format format) { in GetFormatAsFormatChar()
151 const char *FormatManager::GetFormatAsCString(Format format) { in GetFormatAsCString()
157 void FormatManager::EnableAllCategories() { in EnableAllCategories()
166 void FormatManager::DisableAllCategories() { in DisableAllCategories()
175 void FormatManager::GetPossibleMatches( in GetPossibleMatches()
305 FormatManager::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType()
329 FormatManager::GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSummaryForType()
353 FormatManager::GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFilterForType()
377 FormatManager::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType()
401 void FormatManager::ForEachCategory(TypeCategoryMap::ForEachCallback callback) { in ForEachCategory()
413 FormatManager::GetCategory(ConstString category_name, bool can_create) { in GetCategory()
429 lldb::Format FormatManager::GetSingleItemFormat(lldb::Format vector_format) { in GetSingleItemFormat()
457 bool FormatManager::ShouldPrintAsOneLiner(ValueObject &valobj) { in ShouldPrintAsOneLiner()
555 ConstString FormatManager::GetTypeForCache(ValueObject &valobj, in GetTypeForCache()
567 FormatManager::GetCandidateLanguages(lldb::LanguageType lang_type) { in GetCandidateLanguages()
585 FormatManager::GetCategoryForLanguage(lldb::LanguageType lang_type) { in GetCategoryForLanguage()
598 ImplSP FormatManager::GetHardcoded(FormattersMatchData &match_data) { in GetHardcoded()
610 ImplSP FormatManager::Get(ValueObject &valobj, in Get()
637 ImplSP FormatManager::GetCached(FormattersMatchData &match_data) { in GetCached()
669 FormatManager::GetFormat(ValueObject &valobj, in GetFormat()
675 FormatManager::GetSummaryFormat(ValueObject &valobj, in GetSummaryFormat()
681 FormatManager::GetSyntheticChildren(ValueObject &valobj, in GetSyntheticChildren()
686 FormatManager::FormatManager() in FormatManager() function in FormatManager
701 void FormatManager::LoadSystemFormatters() { in LoadSystemFormatters()
759 void FormatManager::LoadVectorFormatters() { in LoadVectorFormatters()