Searched refs:completion_type (Results 1 – 12 of 12) sorted by relevance
| /trueos/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | OptionGroupFile.cpp | 24 uint32_t completion_type, in OptionGroupFile() argument 35 m_option_definition.completion_type = completion_type; in OptionGroupFile() 64 uint32_t completion_type, in OptionGroupFileList() argument 75 m_option_definition.completion_type = completion_type; in OptionGroupFileList()
|
| HD | OptionGroupString.cpp | 24 uint32_t completion_type, in OptionGroupString() argument 36 m_option_definition.completion_type = completion_type; in OptionGroupString()
|
| HD | OptionGroupUInt64.cpp | 24 uint32_t completion_type, in OptionGroupUInt64() argument 36 m_option_definition.completion_type = completion_type; in OptionGroupUInt64()
|
| HD | OptionGroupBoolean.cpp | 35 m_option_definition.completion_type = 0; in OptionGroupBoolean()
|
| HD | Options.cpp | 931 uint32_t completion_mask = opt_defs[opt_defs_index].completion_type; in HandleOptionArgumentCompletion() 940 completion_mask = arg_entry->completion_type; in HandleOptionArgumentCompletion()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | OptionGroupFile.h | 35 uint32_t completion_type, 93 uint32_t completion_type,
|
| HD | OptionGroupUInt64.h | 33 uint32_t completion_type,
|
| HD | OptionGroupString.h | 33 uint32_t completion_type,
|
| HD | CommandObject.h | 56 CommandCompletions::CommonCompletionTypes completion_type; member
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/ |
| HD | lldb-private-types.h | 64 …uint32_t completion_type; // Cookie the option class can use to do define the argum… member
|
| /trueos/lib/libedit/ |
| HD | filecomplete.c | 385 int *completion_type, int *over, int *point, int *end, in fn_complete() argument 403 if (completion_type != NULL) in fn_complete() 404 *completion_type = what_to_do; in fn_complete()
|
| /trueos/contrib/llvm/tools/lldb/tools/driver/ |
| HD | Driver.cpp | 63 …uint32_t completion_type; // Cookie the option class can use to do define the argum… member
|