| AddLanguage(lldb::LanguageType lang) | lldb_private::TypeCategoryImpl | |
| AddTypeFilter(lldb::TypeNameSpecifierImplSP type_sp, lldb::TypeFilterImplSP filter_sp) | lldb_private::TypeCategoryImpl | inline |
| AddTypeFilter(llvm::StringRef name, lldb::FormatterMatchType match_type, lldb::TypeFilterImplSP filter_sp) | lldb_private::TypeCategoryImpl | inline |
| AddTypeFormat(lldb::TypeNameSpecifierImplSP type_sp, lldb::TypeFormatImplSP format_sp) | lldb_private::TypeCategoryImpl | inline |
| AddTypeFormat(llvm::StringRef name, lldb::FormatterMatchType match_type, lldb::TypeFormatImplSP format_sp) | lldb_private::TypeCategoryImpl | inline |
| AddTypeSummary(lldb::TypeNameSpecifierImplSP type_sp, lldb::TypeSummaryImplSP summary_sp) | lldb_private::TypeCategoryImpl | inline |
| AddTypeSummary(llvm::StringRef name, lldb::FormatterMatchType match_type, lldb::TypeSummaryImplSP summary_sp) | lldb_private::TypeCategoryImpl | inline |
| AddTypeSynthetic(lldb::TypeNameSpecifierImplSP type_sp, lldb::SyntheticChildrenSP synth_sp) | lldb_private::TypeCategoryImpl | inline |
| AddTypeSynthetic(llvm::StringRef name, lldb::FormatterMatchType match_type, lldb::SyntheticChildrenSP synth_sp) | lldb_private::TypeCategoryImpl | inline |
| ALL_ITEM_TYPES | lldb_private::TypeCategoryImpl | static |
| AnyMatches(const FormattersMatchCandidate &candidate_type, FormatCategoryItems items=ALL_ITEM_TYPES, bool only_enabled=true, const char **matching_category=nullptr, FormatCategoryItems *matching_type=nullptr) | lldb_private::TypeCategoryImpl | |
| AutoComplete(CompletionRequest &request, FormatCategoryItems items) | lldb_private::TypeCategoryImpl | |
| Clear(FormatCategoryItems items=ALL_ITEM_TYPES) | lldb_private::TypeCategoryImpl | |
| Delete(ConstString name, FormatCategoryItems items=ALL_ITEM_TYPES) | lldb_private::TypeCategoryImpl | |
| DeleteTypeFilter(lldb::TypeNameSpecifierImplSP type_sp) | lldb_private::TypeCategoryImpl | inline |
| DeleteTypeFormat(lldb::TypeNameSpecifierImplSP type_sp) | lldb_private::TypeCategoryImpl | inline |
| DeleteTypeSummary(lldb::TypeNameSpecifierImplSP type_sp) | lldb_private::TypeCategoryImpl | inline |
| DeleteTypeSynthetic(lldb::TypeNameSpecifierImplSP type_sp) | lldb_private::TypeCategoryImpl | inline |
| Disable() | lldb_private::TypeCategoryImpl | inlineprivate |
| Enable(bool value, uint32_t position) | lldb_private::TypeCategoryImpl | private |
| FilterContainer typedef | lldb_private::TypeCategoryImpl | private |
| ForEach(ForEachCallback< TypeFormatImpl > callback) | lldb_private::TypeCategoryImpl | inline |
| ForEach(ForEachCallback< TypeSummaryImpl > callback) | lldb_private::TypeCategoryImpl | inline |
| ForEach(ForEachCallback< TypeFilterImpl > callback) | lldb_private::TypeCategoryImpl | inline |
| ForEach(ForEachCallback< SyntheticChildren > callback) | lldb_private::TypeCategoryImpl | inline |
| FormatCategoryItems typedef | lldb_private::TypeCategoryImpl | |
| FormatContainer typedef | lldb_private::TypeCategoryImpl | private |
| FormatManager class | lldb_private::TypeCategoryImpl | friend |
| FormattersContainer< ScriptedSyntheticChildren > class | lldb_private::TypeCategoryImpl | friend |
| FormattersContainer< TypeFilterImpl > class | lldb_private::TypeCategoryImpl | friend |
| FormattersContainer< TypeFormatImpl > class | lldb_private::TypeCategoryImpl | friend |
| FormattersContainer< TypeSummaryImpl > class | lldb_private::TypeCategoryImpl | friend |
| Get(lldb::LanguageType lang, const FormattersMatchVector &candidates, lldb::TypeFormatImplSP &entry) | lldb_private::TypeCategoryImpl | |
| Get(lldb::LanguageType lang, const FormattersMatchVector &candidates, lldb::TypeSummaryImplSP &entry) | lldb_private::TypeCategoryImpl | |
| Get(lldb::LanguageType lang, const FormattersMatchVector &candidates, lldb::SyntheticChildrenSP &entry) | lldb_private::TypeCategoryImpl | |
| GetCount(FormatCategoryItems items=ALL_ITEM_TYPES) | lldb_private::TypeCategoryImpl | |
| GetDescription() | lldb_private::TypeCategoryImpl | |
| GetEnabledPosition() | lldb_private::TypeCategoryImpl | inline |
| GetFilterAtIndex(size_t index) | lldb_private::TypeCategoryImpl | |
| GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp) | lldb_private::TypeCategoryImpl | |
| GetFormatAtIndex(size_t index) | lldb_private::TypeCategoryImpl | |
| GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) | lldb_private::TypeCategoryImpl | |
| GetLanguageAtIndex(size_t idx) | lldb_private::TypeCategoryImpl | |
| GetLastEnabledPosition() | lldb_private::TypeCategoryImpl | inlineprivate |
| GetName() | lldb_private::TypeCategoryImpl | inline |
| GetNumFilters() | lldb_private::TypeCategoryImpl | inline |
| GetNumFormats() | lldb_private::TypeCategoryImpl | inline |
| GetNumLanguages() | lldb_private::TypeCategoryImpl | |
| GetNumSummaries() | lldb_private::TypeCategoryImpl | inline |
| GetNumSynthetics() | lldb_private::TypeCategoryImpl | inline |
| GetSummaryAtIndex(size_t index) | lldb_private::TypeCategoryImpl | |
| GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) | lldb_private::TypeCategoryImpl | |
| GetSyntheticAtIndex(size_t index) | lldb_private::TypeCategoryImpl | |
| GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) | lldb_private::TypeCategoryImpl | |
| GetTypeNameSpecifierForFilterAtIndex(size_t index) | lldb_private::TypeCategoryImpl | |
| GetTypeNameSpecifierForFormatAtIndex(size_t index) | lldb_private::TypeCategoryImpl | |
| GetTypeNameSpecifierForSummaryAtIndex(size_t index) | lldb_private::TypeCategoryImpl | |
| GetTypeNameSpecifierForSyntheticAtIndex(size_t index) | lldb_private::TypeCategoryImpl | |
| IsApplicable(lldb::LanguageType lang) | lldb_private::TypeCategoryImpl | private |
| IsEnabled() const | lldb_private::TypeCategoryImpl | inline |
| LanguageCategory class | lldb_private::TypeCategoryImpl | friend |
| m_change_listener | lldb_private::TypeCategoryImpl | private |
| m_enabled | lldb_private::TypeCategoryImpl | private |
| m_enabled_position | lldb_private::TypeCategoryImpl | private |
| m_filter_cont | lldb_private::TypeCategoryImpl | private |
| m_format_cont | lldb_private::TypeCategoryImpl | private |
| m_languages | lldb_private::TypeCategoryImpl | private |
| m_mutex | lldb_private::TypeCategoryImpl | private |
| m_name | lldb_private::TypeCategoryImpl | private |
| m_summary_cont | lldb_private::TypeCategoryImpl | private |
| m_synth_cont | lldb_private::TypeCategoryImpl | private |
| SetEnabledPosition(uint32_t p) | lldb_private::TypeCategoryImpl | inlineprivate |
| SharedPointer typedef | lldb_private::TypeCategoryImpl | |
| SummaryContainer typedef | lldb_private::TypeCategoryImpl | private |
| SynthContainer typedef | lldb_private::TypeCategoryImpl | private |
| TypeCategoryImpl(IFormatChangeListener *clist, ConstString name) | lldb_private::TypeCategoryImpl | |
| TypeCategoryMap class | lldb_private::TypeCategoryImpl | friend |