aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/API/SBTypeCategory.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/API/SBTypeCategory.h')
-rw-r--r--include/lldb/API/SBTypeCategory.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/lldb/API/SBTypeCategory.h b/include/lldb/API/SBTypeCategory.h
index 30c338b28a46..997b3fc2f98d 100644
--- a/include/lldb/API/SBTypeCategory.h
+++ b/include/lldb/API/SBTypeCategory.h
@@ -36,6 +36,15 @@ namespace lldb {
const char*
GetName();
+ lldb::LanguageType
+ GetLanguageAtIndex (uint32_t idx);
+
+ uint32_t
+ GetNumLanguages ();
+
+ void
+ AddLanguage (lldb::LanguageType language);
+
bool
GetDescription (lldb::SBStream &description,
lldb::DescriptionLevel description_level);