aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Core/ValueObjectDynamicValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Core/ValueObjectDynamicValue.h')
-rw-r--r--include/lldb/Core/ValueObjectDynamicValue.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/lldb/Core/ValueObjectDynamicValue.h b/include/lldb/Core/ValueObjectDynamicValue.h
index 80f37f104765..8a045c3b0db1 100644
--- a/include/lldb/Core/ValueObjectDynamicValue.h
+++ b/include/lldb/Core/ValueObjectDynamicValue.h
@@ -117,6 +117,12 @@ public:
void
SetPreferredDisplayLanguage (lldb::LanguageType);
+
+ bool
+ IsSyntheticChildrenGenerated () override;
+
+ void
+ SetSyntheticChildrenGenerated (bool b) override;
bool
GetDeclaration(Declaration &decl) override;