10#ifndef LLDB_API_SBTYPEFILTER_H
11#define LLDB_API_SBTYPEFILTER_H
27 explicit operator bool()
const;
31 uint32_t GetNumberOfExpressionPaths();
33 const char *GetExpressionPathAtIndex(uint32_t i);
35 bool ReplaceExpressionPathAtIndex(uint32_t i,
const char *item);
37 void AppendExpressionPath(
const char *item);
41 uint32_t GetOptions();
43 void SetOptions(uint32_t);
69 bool CopyOnWrite_Impl();
lldb::TypeFilterImplSP m_opaque_sp
DescriptionLevel
Description levels for "void GetDescription(Stream *, DescriptionLevel)" calls.
std::shared_ptr< lldb_private::TypeFilterImpl > TypeFilterImplSP
bool LLDB_API operator==(const SBAddress &lhs, const SBAddress &rhs)