summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Expression/ClangFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Expression/ClangFunction.h')
-rw-r--r--lldb/include/lldb/Expression/ClangFunction.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/include/lldb/Expression/ClangFunction.h b/lldb/include/lldb/Expression/ClangFunction.h
index a056c6c1b07..ab7551fe540 100644
--- a/lldb/include/lldb/Expression/ClangFunction.h
+++ b/lldb/include/lldb/Expression/ClangFunction.h
@@ -609,6 +609,11 @@ public:
return false;
}
+ ValueList
+ GetArgumentValues () const
+ {
+ return m_arg_values;
+ }
private:
//------------------------------------------------------------------
// For ClangFunction only
OpenPOWER on IntegriCloud