Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h31 bool IsMultiwordObject() override { return true; } in IsMultiwordObject() function
H A DCommandObject.h144 virtual bool IsMultiwordObject() { return false; } in IsMultiwordObject() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMultiword.cpp349 bool CommandObjectProxy::IsMultiwordObject() { in IsMultiwordObject() function in CommandObjectProxy