Lines Matching refs:FormatManager

111 void FormatManager::Changed() {  in Changed()
121 bool FormatManager::GetFormatFromCString(const char *format_cstr, in GetFormatFromCString()
139 char FormatManager::GetFormatAsFormatChar(lldb::Format format) { in GetFormatAsFormatChar()
147 const char *FormatManager::GetFormatAsCString(Format format) { in GetFormatAsCString()
153 void FormatManager::EnableAllCategories() { in EnableAllCategories()
162 void FormatManager::DisableAllCategories() { in DisableAllCategories()
171 void FormatManager::GetPossibleMatches( in GetPossibleMatches()
287 FormatManager::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType()
311 FormatManager::GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSummaryForType()
335 FormatManager::GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFilterForType()
360 FormatManager::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType()
386 lldb::SyntheticChildrenSP FormatManager::GetSyntheticChildrenForType( in GetSyntheticChildrenForType()
400 FormatManager::GetValidatorForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetValidatorForType()
423 void FormatManager::ForEachCategory(TypeCategoryMap::ForEachCallback callback) { in ForEachCategory()
435 FormatManager::GetCategory(const ConstString &category_name, bool can_create) { in GetCategory()
451 lldb::Format FormatManager::GetSingleItemFormat(lldb::Format vector_format) { in GetSingleItemFormat()
479 bool FormatManager::ShouldPrintAsOneLiner(ValueObject &valobj) { in ShouldPrintAsOneLiner()
577 ConstString FormatManager::GetValidTypeName(const ConstString &type) { in GetValidTypeName()
581 ConstString FormatManager::GetTypeForCache(ValueObject &valobj, in GetTypeForCache()
593 FormatManager::GetCandidateLanguages(ValueObject &valobj) { in GetCandidateLanguages()
599 FormatManager::GetCandidateLanguages(lldb::LanguageType lang_type) { in GetCandidateLanguages()
616 FormatManager::GetCategoryForLanguage(lldb::LanguageType lang_type) { in GetCategoryForLanguage()
629 FormatManager::GetHardcodedFormat(FormattersMatchData &match_data) { in GetHardcodedFormat()
643 FormatManager::GetFormat(ValueObject &valobj, in GetFormat()
707 FormatManager::GetHardcodedSummaryFormat(FormattersMatchData &match_data) { in GetHardcodedSummaryFormat()
721 FormatManager::GetSummaryFormat(ValueObject &valobj, in GetSummaryFormat()
786 FormatManager::GetHardcodedSyntheticChildren(FormattersMatchData &match_data) { in GetHardcodedSyntheticChildren()
800 FormatManager::GetSyntheticChildren(ValueObject &valobj, in GetSyntheticChildren()
866 FormatManager::GetValidator(ValueObject &valobj, in GetValidator()
930 FormatManager::GetHardcodedValidator(FormattersMatchData &match_data) { in GetHardcodedValidator()
943 FormatManager::FormatManager() in FormatManager() function in FormatManager
958 void FormatManager::LoadSystemFormatters() { in LoadSystemFormatters()
1022 void FormatManager::LoadVectorFormatters() { in LoadVectorFormatters()