reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86624   SWIG_Python_SetConstant(d, "eStructuredDataTypeBoolean",SWIG_From_int(static_cast< int >(lldb::eStructuredDataTypeBoolean)));
tools/lldb/include/lldb/Utility/StructuredData.h
  120       return ((m_type == lldb::eStructuredDataTypeBoolean)
  322         : Object(lldb::eStructuredDataTypeBoolean), m_value(b) {}
tools/lldb/source/API/SBThread.cpp
  534           if (node->GetType() == eStructuredDataTypeBoolean) {