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

Declarations

tools/lldb/include/lldb/API/SBTypeFormat.h
   33   bool IsValid() const;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
70410     result = (bool)((lldb::SBTypeFormat const *)arg1)->IsValid();
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  517     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBTypeCategory.cpp
  362   if (!format.IsValid())
tools/lldb/source/API/SBTypeFormat.cpp
   46   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeFormat, IsValid);
   58   if (IsValid() && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat)
   66   if (IsValid() && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeEnum)
   76   if (IsValid())
  109   if (!IsValid())
  131   if (!IsValid())
  132     return !rhs.IsValid();
  140   if (!IsValid())
  141     return !rhs.IsValid();
  153   if (!IsValid())
  154     return !rhs.IsValid();
  168   if (!IsValid())
  205   LLDB_REGISTER_METHOD_CONST(bool, SBTypeFormat, IsValid, ());