Searched refs:eSourceFileCompletion (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueFileColonLine.h | 55 uint32_t m_completion_mask = lldb::eSourceFileCompletion;
|
| H A D | CommandOptionArgumentTable.h | 154 {lldb::eSourceFileCompletion, "source-file", "Completes to a source file."}, 276 …{ lldb::eArgTypeSourceFile, "source-file", lldb::eSourceFileCompletion, {}, { nullptr, false }, "T…
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 1275 eSourceFileCompletion = (1ul << 0), enumerator
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 624 lldb::eSymbolCompletion | lldb::eSourceFileCompletion, false)); in LoadCommandDictionary() 675 lldb::eSymbolCompletion | lldb::eSourceFileCompletion, false)); in LoadCommandDictionary() 853 lldb::eSourceFileCompletion, false)); in LoadCommandDictionary()
|
| H A D | Options.cpp | 717 if (completion_mask & lldb::eSourceFileCompletion || in HandleOptionArgumentCompletion()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 58 {lldb::eSourceFileCompletion, CommandCompletions::SourceFiles}, in InvokeCommonCompletionCallbacks()
|
| H A D | CommandObjectTarget.cpp | 1949 GetCommandInterpreter(), lldb::eSourceFileCompletion, request, nullptr); in HandleArgumentCompletion()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 78523 {SWIG_LUA_CONSTTAB_INT("eSourceFileCompletion", lldb::eSourceFileCompletion)},
|