Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h54 bool WantsRawCommandString() override { return false; } in WantsRawCommandString() function
H A DCommandObject.h420 bool WantsRawCommandString() override { return false; } in WantsRawCommandString() function
438 bool WantsRawCommandString() override { return true; } in WantsRawCommandString() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandAlias.cpp105 bool CommandAlias::WantsRawCommandString() { in WantsRawCommandString() function in CommandAlias
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMultiword.cpp345 bool CommandObjectProxy::WantsRawCommandString() { in WantsRawCommandString() function in CommandObjectProxy