Home
last modified time | relevance | path

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

/freebsd/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
551 bool WantsCompletion() override { return true; } in WantsCompletion() function in CommandObjectSettingsRemove
655 bool WantsCompletion() override { return true; } in WantsCompletion() function in CommandObjectSettingsReplace
744 bool WantsCompletion() override { return true; } in WantsCompletion() function in CommandObjectSettingsInsertBefore
837 bool WantsCompletion() override { return true; } in WantsCompletion() function in CommandObjectSettingsInsertAfter
919 bool WantsCompletion() override { return true; } in WantsCompletion() function in CommandObjectSettingsAppend
H A DCommandObjectMultiword.cpp399 bool CommandObjectProxy::WantsCompletion() { WantsCompletion() function in CommandObjectProxy
H A DCommandObjectCommands.cpp1075 bool WantsCompletion() override { return true; } in WantsCompletion() function in CommandObjectPythonFunction
1139 bool WantsCompletion() override { return true; } in WantsCompletion() function in CommandObjectScriptingObjectRaw
1835 bool WantsCompletion() override { return true; } in WantsCompletion() function in CommandObjectScriptingObjectParsed
H A DCommandObjectWatchpoint.cpp983 bool WantsCompletion() override { return true; } in WantsCompletion() function in CommandObjectWatchpointSetExpression
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp114 bool CommandAlias::WantsCompletion() { in WantsCompletion() function in CommandAlias
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h201 virtual bool WantsCompletion() { return !WantsRawCommandString(); } in WantsCompletion() function