reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
92 bool IsValid() const;
13816 result = (bool)((lldb::SBCommandInterpreter 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/SBCommandInterpreter.cpp202 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommandInterpreter, IsValid); 215 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->CommandExists(cmd) 223 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->AliasExists(cmd) 230 return (IsValid() ? m_opaque_ptr->IsActive() : false); 236 return (IsValid() ? m_opaque_ptr->WasInterrupted() : false); 243 return (IsValid() 279 if (command_line && IsValid()) { 304 if (!IsValid()) { 368 if (!IsValid()) 451 return (IsValid() ? m_opaque_ptr->HasCommands() : false); 457 return (IsValid() ? m_opaque_ptr->HasAliases() : false); 463 return (IsValid() ? m_opaque_ptr->HasAliasOptions() : false); 471 if (IsValid()) { 488 if (IsValid()) 497 return (IsValid() ? m_opaque_ptr->GetPromptOnQuit() : false); 503 if (IsValid()) 538 if (command_line && IsValid()) { 565 if (IsValid()) { 584 if (IsValid()) { 649 if (command_name && command_name[0] && IsValid()) { 873 LLDB_REGISTER_METHOD_CONST(bool, SBCommandInterpreter, IsValid, ());