Home
last modified time | relevance | path

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

/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()
/llvm-project/lldb/include/lldb/Utility/
H A DOptionDefinition.h42 uint32_t completion_type; member
/llvm-project/lldb/examples/python/templates/
H A Dparsed_cmd.py244 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 DCommandObject.h86 lldb::CompletionType completion_type; global() member
/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1032 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...]