Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h32 bool IsMultiwordObject() override { return true; } in IsMultiwordObject() function
H A DCommandObject.h146 virtual bool IsMultiwordObject() { return false; } in IsMultiwordObject() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp345 bool CommandObjectProxy::IsMultiwordObject() { IsMultiwordObject() function in CommandObjectProxy