aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Symbol/ClangASTType.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Symbol/ClangASTType.h')
-rw-r--r--include/lldb/Symbol/ClangASTType.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lldb/Symbol/ClangASTType.h b/include/lldb/Symbol/ClangASTType.h
index 94c768780a00..2524751e092e 100644
--- a/include/lldb/Symbol/ClangASTType.h
+++ b/include/lldb/Symbol/ClangASTType.h
@@ -351,10 +351,10 @@ public:
//----------------------------------------------------------------------
uint64_t
- GetByteSize (ExecutionContext *exe_ctx) const;
+ GetByteSize (ExecutionContextScope *exe_scope) const;
uint64_t
- GetBitSize (ExecutionContext *exe_ctx) const;
+ GetBitSize (ExecutionContextScope *exe_scope) const;
lldb::Encoding
GetEncoding (uint64_t &count) const;