Searched defs:IsMultiwordObject (Results 1 - 3 of 3) sorted by relevance

/external/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h43 IsMultiwordObject () { return true; } function in class:lldb_private::CommandObjectMultiword
122 IsMultiwordObject ();
H A DCommandObject.h138 IsMultiwordObject () { return false; } function in class:lldb_private::CommandObject
/external/lldb/source/Commands/
H A DCommandObjectMultiword.cpp332 if (sub_cmd_obj->IsMultiwordObject())
374 CommandObjectProxy::IsMultiwordObject () function in class:CommandObjectProxy
378 return proxy_command->IsMultiwordObject();

Completed in 103 milliseconds