From bb2a2c537e436478edffae7f362914bcc62e698e Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Tue, 15 Jan 2019 21:04:18 +0000 Subject: [PATCH] Add Doxygen comments. llvm-svn: 351243 --- lldb/include/lldb/Symbol/CompilerType.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lldb/include/lldb/Symbol/CompilerType.h b/lldb/include/lldb/Symbol/CompilerType.h index 1053599..353313d 100644 --- a/lldb/include/lldb/Symbol/CompilerType.h +++ b/lldb/include/lldb/Symbol/CompilerType.h @@ -287,7 +287,9 @@ public: struct IntegralTemplateArgument; + /// Return the size of the type in bytes. llvm::Optional GetByteSize(ExecutionContextScope *exe_scope) const; + /// Return the size of the type in bits. llvm::Optional GetBitSize(ExecutionContextScope *exe_scope) const; lldb::Encoding GetEncoding(uint64_t &count) const; -- 2.7.4