Searched defs:completion_type (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionGroupFile.cpp | 18 uint32_t completion_type, in OptionGroupFile() 47 int short_option, uint32_t completion_type, in OptionGroupFileList()
|
H A D | OptionGroupUInt64.cpp | 18 uint32_t completion_type, in OptionGroupUInt64()
|
H A D | OptionGroupString.cpp | 18 uint32_t completion_type, in OptionGroupString()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | OptionDefinition.h | 42 uint32_t completion_type; member
|
/freebsd/contrib/libedit/ |
H A D | filecomplete.c | 665 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 D | CommandObjectCommands.cpp | 1032 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 D | CommandObject.h | 86 lldb::CompletionType completion_type; member
|