11 #ifndef LLDB_SBTypeFilter_h_
12 #define LLDB_SBTypeFilter_h_
30 uint32_t GetNumberOfExpressionPaths();
32 const char *GetExpressionPathAtIndex(uint32_t i);
34 bool ReplaceExpressionPathAtIndex(uint32_t i,
const char *item);
36 void AppendExpressionPath(
const char *item);
40 uint32_t GetOptions();
42 void SetOptions(uint32_t);
45 lldb::DescriptionLevel description_level);
60 lldb::TypeFilterImplSP GetSP();
62 void SetSP(
const lldb::TypeFilterImplSP &typefilter_impl_sp);
68 bool CopyOnWrite_Impl();
73 #endif // LLDB_SBTypeFilter_h_
class LLDB_API SBTypeFilter
lldb::TypeFilterImplSP m_opaque_sp