9#ifndef LLDB_API_SBBLOCK_H
10#define LLDB_API_SBBLOCK_H
31 bool IsInlined()
const;
33 explicit operator bool()
const;
37 const char *GetInlinedName()
const;
41 uint32_t GetInlinedCallSiteLine()
const;
43 uint32_t GetInlinedCallSiteColumn()
const;
51 uint32_t GetNumRanges();
62 bool locals,
bool statics,
66 bool locals,
bool statics);
91 void AppendVariables(
bool can_create,
bool get_parent_variables,
A class that describes a single lexical block.