HomeSort by relevance Sort by last modified time
    Searched defs:IsMultiwordObject (Results 1 - 3 of 3) sorted by null

  /external/lldb/include/lldb/Interpreter/
CommandObjectMultiword.h 43 IsMultiwordObject () { return true; }
122 IsMultiwordObject ();
CommandObject.h 138 IsMultiwordObject () { return false; }
  /external/lldb/source/Commands/
CommandObjectMultiword.cpp 332 if (sub_cmd_obj->IsMultiwordObject())
374 CommandObjectProxy::IsMultiwordObject ()
378 return proxy_command->IsMultiwordObject();

Completed in 502 milliseconds