Home
last modified time | relevance | path

Searched defs:completion_type (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFile.cpp18 uint32_t completion_type, in OptionGroupFile()
47 int short_option, uint32_t completion_type, in OptionGroupFileList()
H A DOptionGroupUInt64.cpp18 uint32_t completion_type, in OptionGroupUInt64()
H A DOptionGroupString.cpp18 uint32_t completion_type, in OptionGroupString()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DOptionDefinition.h42 uint32_t completion_type; member
/freebsd/contrib/libedit/
H A Dfilecomplete.c665 int *completion_type, int *over, int *point, int *end, in fn_complete2()
835 int *completion_type, int *over, int *point, int *end) in fn_complete()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1032 CompletionType completion_type) in CommandObjectPythonFunction()
1119 CompletionType completion_type) in CommandObjectScriptingObjectRaw()
1500 uint64_t completion_type = uint_val->GetValue(); in SetOptionsFromArray() local
2102 lldb::CompletionType completion_type = in SetOptionValue() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h86 lldb::CompletionType completion_type; member