summaryrefslogtreecommitdiff
path: root/include/lldb/API/SBCompileUnit.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/API/SBCompileUnit.h')
-rw-r--r--include/lldb/API/SBCompileUnit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lldb/API/SBCompileUnit.h b/include/lldb/API/SBCompileUnit.h
index 95af3d4722ce..e2c216445d94 100644
--- a/include/lldb/API/SBCompileUnit.h
+++ b/include/lldb/API/SBCompileUnit.h
@@ -78,6 +78,9 @@ public:
lldb::SBTypeList
GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
+ lldb::LanguageType
+ GetLanguage ();
+
bool
operator == (const lldb::SBCompileUnit &rhs) const;