Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DCommandObjectMultiword.h43 IsMultiwordObject () { return true; } in IsMultiwordObject() function
DCommandObject.h138 IsMultiwordObject () { return false; } in IsMultiwordObject() function
/external/lldb/source/Commands/
DCommandObjectMultiword.cpp374 CommandObjectProxy::IsMultiwordObject () in IsMultiwordObject() function in CommandObjectProxy