10 #ifndef LLDB_SBBlock_h_ 
   11 #define LLDB_SBBlock_h_ 
   30   bool IsInlined() 
const;
 
   34   const char *GetInlinedName() 
const;
 
   38   uint32_t GetInlinedCallSiteLine() 
const;
 
   40   uint32_t GetInlinedCallSiteColumn() 
const;
 
   48   uint32_t GetNumRanges();
 
   57                                  bool locals, 
bool statics,
 
   58                                  lldb::DynamicValueType use_dynamic);
 
   61                                  bool locals, 
bool statics);
 
   82   lldb_private::Block *GetPtr();
 
   84   void SetPtr(lldb_private::Block *lldb_object_ptr);
 
   86   SBBlock(lldb_private::Block *lldb_object_ptr);
 
   88   void AppendVariables(
bool can_create, 
bool get_parent_variables,
 
   89                        lldb_private::VariableList *var_list);
 
   91   lldb_private::Block *m_opaque_ptr;
 
   96 #endif // LLDB_SBBlock_h_