Searched defs:completion_type (Results 1 – 7 of 7) sorted by relevance
/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()
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | OptionDefinition.h | 42 uint32_t completion_type; member
|
/llvm-project/lldb/examples/python/templates/ |
H A D | parsed_cmd.py | 244 add_option(self, short_option, long_option, help, default, dest = None, required=False, groups = None, value_type=lldb.eArgTypeNone, completion_type=None, enum_values=None) global() argument
|
/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandObject.h | 86 lldb::CompletionType completion_type; global() member
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectCommands.cpp | 1032 CommandObjectPythonFunction(CommandInterpreter & interpreter,std::string name,std::string funct,std::string help,ScriptedCommandSynchronicity synch,CompletionType completion_type) CommandObjectPythonFunction() argument 1119 CommandObjectScriptingObjectRaw(CommandInterpreter & interpreter,std::string name,StructuredData::GenericSP cmd_obj_sp,ScriptedCommandSynchronicity synch,CompletionType completion_type) CommandObjectScriptingObjectRaw() argument 1500 uint64_t completion_type = uint_val->GetValue(); SetOptionsFromArray() local 2102 lldb::CompletionType completion_type = SetOptionValue() local [all...] |