Home
last modified time | relevance | path

Searched defs:WantsRawCommandString (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h51 bool WantsRawCommandString() override { return false; } in WantsRawCommandString() function
H A DCommandObject.h392 bool WantsRawCommandString() override { return false; } in WantsRawCommandString() function
410 bool WantsRawCommandString() override { return true; } in WantsRawCommandString() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp106 bool CommandAlias::WantsRawCommandString() { in WantsRawCommandString() function in CommandAlias
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp355 bool CommandObjectProxy::WantsRawCommandString() { in WantsRawCommandString() function in CommandObjectProxy