Home
last modified time | relevance | path

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

/freebsd-src/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 DOptionGroupString.cpp18 uint32_t completion_type, in OptionGroupString()
H A DOptionGroupUInt64.cpp18 uint32_t completion_type, in OptionGroupUInt64()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DOptionDefinition.h42 uint32_t completion_type; member
/freebsd-src/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-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h86 lldb::CompletionType completion_type; member
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1076 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...]