Home
last modified time | relevance | path

Searched refs:eCustomCompletion (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandOptionArgumentTable.h199 {lldb::eCustomCompletion, "custom", "Custom completion."},
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h1308 eCustomCompletion = (1ul << 25), enumerator
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectCommands.cpp1501 if (completion_type > eCustomCompletion) { in SetOptionsFromArray()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp81836 {SWIG_LUA_CONSTTAB_INT("eCustomCompletion", (lldb::eCustomCompletion))},