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

Declarations

tools/lldb/include/lldb/API/SBTypeCategory.h
   27   bool IsValid() const;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
67634     result = (bool)((lldb::SBTypeCategory 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
   46   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeCategory, IsValid);
   58   if (!IsValid())
   66   if (!IsValid())
   77   if (!IsValid())
   86   if (IsValid())
   94   if (IsValid())
  103   if (IsValid())
  110   if (!IsValid())
  120   if (!IsValid())
  129   if (!IsValid())
  138   if (!IsValid())
  149   if (!IsValid())
  160   if (!IsValid())
  171   if (!IsValid())
  183   if (!IsValid())
  193   if (!IsValid())
  220   if (!IsValid())
  245   if (!IsValid())
  270   if (!IsValid())
  298   if (!IsValid())
  316   if (!IsValid())
  326   if (!IsValid())
  336   if (!IsValid())
  356   if (!IsValid())
  381   if (!IsValid())
  401   if (!IsValid())
  460   if (!IsValid())
  480   if (!IsValid())
  505   if (!IsValid())
  525   if (!IsValid())
  584   if (!IsValid())
  604   if (!IsValid())
  626   if (!IsValid())
  627     return !rhs.IsValid();
  636   if (!IsValid())
  637     return rhs.IsValid();
  643   if (!IsValid())
  658   if (!IsValid())
  671   LLDB_REGISTER_METHOD_CONST(bool, SBTypeCategory, IsValid, ());