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

Declarations

tools/lldb/include/lldb/API/SBTypeSynthetic.h
   35   bool IsValid() const;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
72956     result = (bool)((lldb::SBTypeSynthetic 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
  531   if (!synth.IsValid())
tools/lldb/source/API/SBTypeSynthetic.cpp
   57   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeSynthetic, IsValid);
   69   if (!IsValid())
   78   if (!IsValid())
   86   if (!IsValid())
   97   if (IsValid() && data && *data)
  104   if (IsValid() && data && *data)
  111   if (!IsValid())
  153   if (!IsValid())
  154     return !rhs.IsValid();
  162   if (!IsValid())
  163     return !rhs.IsValid();
  181   if (!IsValid())
  182     return !rhs.IsValid();
  200   if (!IsValid())
  225   LLDB_REGISTER_METHOD_CONST(bool, SBTypeSynthetic, IsValid, ());