| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandOptionArgumentTable.h | 155 {lldb::eDiskFileCompletion, "disk-file", "Completes to a disk file."}, 232 …{ lldb::eArgTypeFilename, "filename", lldb::eDiskFileCompletion, {}, { nullptr, false }, "The name… 253 { lldb::eArgTypePath, "path", lldb::eDiskFileCompletion, {}, { nullptr, false }, "Path." },
|
| H A D | OptionValueFileSpec.h | 82 uint32_t m_completion_mask = lldb::eDiskFileCompletion;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectPlugin.cpp | 43 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion()
|
| H A D | CommandObjectTrace.cpp | 100 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion() 187 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion()
|
| H A D | OptionsBase.td | 70 // Sets the completion to eDiskFileCompletion 76 // `eDiskFileCompletion | eDiskDirectoryCompletion`.
|
| H A D | CommandObjectSession.cpp | 35 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion()
|
| H A D | CommandObjectProcess.cpp | 151 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion() 1022 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion() 1301 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion()
|
| H A D | CommandObjectPlatform.cpp | 828 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion() 1095 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion() 1866 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion()
|
| H A D | CommandObjectCommands.cpp | 70 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion() 1277 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion()
|
| H A D | CommandCompletions.cpp | 59 {lldb::eDiskFileCompletion, CommandCompletions::DiskFiles}, in InvokeCommonCompletionCallbacks()
|
| H A D | CommandObjectTarget.cpp | 264 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion() 2796 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion() 4350 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion()
|
| H A D | CommandObjectBreakpoint.cpp | 2182 interpreter, lldb::eDiskFileCompletion, request, nullptr); in HandleOptionArgumentCompletion()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 1276 eDiskFileCompletion = (1ul << 1), enumerator
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 78524 {SWIG_LUA_CONSTTAB_INT("eDiskFileCompletion", lldb::eDiskFileCompletion)},
|