diff options
Diffstat (limited to 'include/lldb/API/SBFunction.h')
-rw-r--r-- | include/lldb/API/SBFunction.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lldb/API/SBFunction.h b/include/lldb/API/SBFunction.h index 49a3847efbecc..1b0d53d117363 100644 --- a/include/lldb/API/SBFunction.h +++ b/include/lldb/API/SBFunction.h @@ -58,6 +58,9 @@ public: lldb::SBBlock GetBlock (); + + lldb::LanguageType + GetLanguage (); bool operator == (const lldb::SBFunction &rhs) const; |