Lines Matching refs:FormatManager
115 void FormatManager::Changed() { in Changed()
125 bool FormatManager::GetFormatFromCString(const char *format_cstr, in GetFormatFromCString()
142 char FormatManager::GetFormatAsFormatChar(lldb::Format format) { in GetFormatAsFormatChar()
150 const char *FormatManager::GetFormatAsCString(Format format) { in GetFormatAsCString()
156 void FormatManager::EnableAllCategories() { in EnableAllCategories()
165 void FormatManager::DisableAllCategories() { in DisableAllCategories()
174 void FormatManager::GetPossibleMatches( in GetPossibleMatches()
299 FormatManager::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType()
323 FormatManager::GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSummaryForType()
347 FormatManager::GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFilterForType()
371 FormatManager::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType()
395 void FormatManager::ForEachCategory(TypeCategoryMap::ForEachCallback callback) { in ForEachCategory()
407 FormatManager::GetCategory(ConstString category_name, bool can_create) { in GetCategory()
423 lldb::Format FormatManager::GetSingleItemFormat(lldb::Format vector_format) { in GetSingleItemFormat()
451 bool FormatManager::ShouldPrintAsOneLiner(ValueObject &valobj) { in ShouldPrintAsOneLiner()
557 ConstString FormatManager::GetTypeForCache(ValueObject &valobj, in GetTypeForCache()
569 FormatManager::GetCandidateLanguages(lldb::LanguageType lang_type) { in GetCandidateLanguages()
587 FormatManager::GetCategoryForLanguage(lldb::LanguageType lang_type) { in GetCategoryForLanguage()
600 ImplSP FormatManager::GetHardcoded(FormattersMatchData &match_data) { in GetHardcoded()
621 ImplSP FormatManager::Get(ValueObject &valobj, in Get()
646 ImplSP FormatManager::GetCached(FormattersMatchData &match_data) { in GetCached()
679 FormatManager::GetFormat(ValueObject &valobj, in GetFormat()
685 FormatManager::GetSummaryFormat(ValueObject &valobj, in GetSummaryFormat()
691 FormatManager::GetSyntheticChildren(ValueObject &valobj, in GetSyntheticChildren()
696 FormatManager::FormatManager() in FormatManager() function in FormatManager
711 void FormatManager::LoadSystemFormatters() { in LoadSystemFormatters()
767 void FormatManager::LoadVectorFormatters() { in LoadVectorFormatters()