Add Doxygen comments.

llvm-svn: 351243
This commit is contained in:
Adrian Prantl 2019-01-15 21:04:18 +00:00
parent 907ea9f149
commit bb2a2c537e
1 changed files with 2 additions and 0 deletions

View File

@ -287,7 +287,9 @@ public:
struct IntegralTemplateArgument;
/// Return the size of the type in bytes.
llvm::Optional<uint64_t> GetByteSize(ExecutionContextScope *exe_scope) const;
/// Return the size of the type in bits.
llvm::Optional<uint64_t> GetBitSize(ExecutionContextScope *exe_scope) const;
lldb::Encoding GetEncoding(uint64_t &count) const;