Home
last modified time | relevance | path

Searched refs:eVariablePathCompletion (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp58 GetCommandInterpreter(), lldb::eVariablePathCompletion, request, nullptr); in HandleArgumentCompletion()
H A DCommandObjectFrame.cpp451 GetCommandInterpreter(), lldb::eVariablePathCompletion, request, in HandleArgumentCompletion()
H A DCommandObjectWatchpoint.cpp840 GetCommandInterpreter(), lldb::eVariablePathCompletion, request, in HandleArgumentCompletion()
H A DCommandCompletions.cpp68 {lldb::eVariablePathCompletion, CommandCompletions::VariablePath}, in InvokeCommonCompletionCallbacks()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h166 {lldb::eVariablePathCompletion, "variable-path",
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1283 eVariablePathCompletion = (1ul << 8), enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp220 lldb::eVariablePathCompletion, request, nullptr); in IOHandlerComplete()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78531 {SWIG_LUA_CONSTTAB_INT("eVariablePathCompletion", lldb::eVariablePathCompletion)},