Home
last modified time | relevance | path

Searched defs:WantsCompletion (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.h40 bool WantsCompletion() override { return true; } in WantsCompletion() function
H A DCommandObjectSettings.cpp84 bool WantsCompletion() override { return true; } in WantsCompletion() function in CommandObjectSettingsSet
583 bool WantsCompletion() override { return true; } WantsCompletion() function in CommandObjectSettingsRemove
687 bool WantsCompletion() override { return true; } WantsCompletion() function in CommandObjectSettingsReplace
776 bool WantsCompletion() override { return true; } WantsCompletion() function in CommandObjectSettingsInsertBefore
869 bool WantsCompletion() override { return true; } WantsCompletion() function in CommandObjectSettingsInsertAfter
951 bool WantsCompletion() override { return true; } WantsCompletion() function in CommandObjectSettingsAppend
[all...]
H A DCommandObjectMultiword.cpp398 bool CommandObjectProxy::WantsCompletion() { in WantsCompletion() function in CommandObjectProxy
H A DCommandObjectCommands.cpp1119 bool WantsCompletion() override { return true; } WantsCompletion() function in CommandObjectPythonFunction
1178 bool WantsCompletion() override { return true; } WantsCompletion() function in CommandObjectScriptingObject
H A DCommandObjectWatchpoint.cpp1045 bool WantsCompletion() override { return true; } WantsCompletion() function in CommandObjectWatchpointSetExpression
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp114 bool CommandAlias::WantsCompletion() { in WantsCompletion() function in CommandAlias
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h201 virtual bool WantsCompletion() { return !WantsRawCommandString(); } in WantsCompletion() function