reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
40 bool IsValid() const;
25800 result = (bool)((lldb::SBEvent 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/SBBreakpoint.cpp729 if (event.IsValid()) 740 if (event.IsValid()) 755 if (event.IsValid()) 769 if (event.IsValid())tools/lldb/source/API/SBEvent.cpp
163 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBEvent, IsValid); 232 LLDB_REGISTER_METHOD_CONST(bool, SBEvent, IsValid, ());tools/lldb/source/API/SBListener.cpp
218 return event.IsValid(); 232 return event.IsValid(); 248 return event.IsValid();tools/lldb/source/API/SBWatchpoint.cpp
289 if (event.IsValid()) 301 if (event.IsValid())