Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DCommandObjectMultiword.h31 bool IsMultiwordObject() override { return true; } in IsMultiwordObject() function
DCommandObject.h146 virtual bool IsMultiwordObject() { return false; } in IsMultiwordObject() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectMultiword.cpp298 bool CommandObjectProxy::IsMultiwordObject() { in IsMultiwordObject() function in CommandObjectProxy