Searched refs:eSourceFileCompletion (Results 1 – 8 of 8) sorted by relevance
/freebsd/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 | 159 {lldb::eSourceFileCompletion, "source-file", "Completes to a source file."}, 281 …{ lldb::eArgTypeSourceFile, "source-file", lldb::eSourceFileCompletion, {}, { nullptr, false }, "T…
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 1283 eSourceFileCompletion = (1ul << 0), enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandInterpreter.cpp | 647 lldb::eSymbolCompletion | lldb::eSourceFileCompletion, false)); in LoadCommandDictionary() 698 lldb::eSymbolCompletion | lldb::eSourceFileCompletion, false)); in LoadCommandDictionary() 876 lldb::eSourceFileCompletion, false)); in LoadCommandDictionary()
|
H A D | Options.cpp | 717 if (completion_mask & lldb::eSourceFileCompletion || in HandleOptionArgumentCompletion()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandCompletions.cpp | 60 {lldb::eSourceFileCompletion, CommandCompletions::SourceFiles}, in InvokeCommonCompletionCallbacks()
|
H A D | CommandObjectTarget.cpp | 1882 GetCommandInterpreter(), lldb::eSourceFileCompletion, request, nullptr); in HandleArgumentCompletion()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 81811 {SWIG_LUA_CONSTTAB_INT("eSourceFileCompletion", (lldb::eSourceFileCompletion))},
|