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

Overridden By

tools/lldb/include/lldb/Interpreter/CommandObjectMultiword.h
   31   bool IsMultiwordObject() override { return true; }
tools/lldb/source/Commands/CommandObjectMultiword.cpp
  281 bool CommandObjectProxy::IsMultiwordObject() {

References

tools/lldb/source/API/SBCommandInterpreter.cpp
  768   if (!m_opaque_sp->IsMultiwordObject())
  789   if (!m_opaque_sp->IsMultiwordObject())
  809   if (!m_opaque_sp->IsMultiwordObject())
tools/lldb/source/Commands/CommandObjectCommands.cpp
  688     while (cmd_obj->IsMultiwordObject() && !args.empty()) {
tools/lldb/source/Commands/CommandObjectHelp.cpp
  115         if (!sub_cmd_obj->IsMultiwordObject()) {
tools/lldb/source/Commands/CommandObjectMultiword.cpp
  252     if (sub_cmd_obj->IsMultiwordObject())
  284     return proxy_command->IsMultiwordObject();
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 1020         if (cmd_obj_sp->IsMultiwordObject()) {
 1248       else if (cmd_obj->IsMultiwordObject()) {
 1265       if (!cmd_obj || !cmd_obj->IsMultiwordObject() ||
 1777     if (new_matches.GetSize() && cmd_obj && cmd_obj->IsMultiwordObject() &&
 2600     if (cmd_obj->IsMultiwordObject()) {
 2990       if (cmd_obj->IsMultiwordObject()) {
 3045     if (cmd_obj->IsMultiwordObject()) {
tools/lldb/source/Target/LanguageRuntime.cpp
  272   if (!parent->IsMultiwordObject())