Searched defs:completion_type (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/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 | OptionGroupString.cpp | 18 uint32_t completion_type, in OptionGroupString()
|
H A D | OptionGroupUInt64.cpp | 18 uint32_t completion_type, in OptionGroupUInt64()
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | OptionDefinition.h | 42 uint32_t completion_type; member
|
/freebsd-src/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-src/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandObject.h | 86 lldb::CompletionType completion_type; member
|
/freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectCommands.cpp | 1076 CommandObjectPythonFunction(CommandInterpreter & interpreter,std::string name,std::string funct,std::string help,ScriptedCommandSynchronicity synch,CompletionType completion_type) CommandObjectPythonFunction() argument 1158 CommandObjectScriptingObject(CommandInterpreter & interpreter,std::string name,StructuredData::GenericSP cmd_obj_sp,ScriptedCommandSynchronicity synch,CompletionType completion_type) CommandObjectScriptingObject() argument 1452 lldb::CompletionType completion_type = SetOptionValue() local [all...] |