HomeSort by relevance Sort by last modified time
    Searched refs:completion_type (Results 1 - 12 of 12) sorted by null

  /external/lldb/source/Interpreter/
OptionGroupFile.cpp 24 uint32_t completion_type,
35 m_option_definition.completion_type = completion_type;
64 uint32_t completion_type,
75 m_option_definition.completion_type = completion_type;
OptionGroupString.cpp 24 uint32_t completion_type,
36 m_option_definition.completion_type = completion_type;
OptionGroupUInt64.cpp 24 uint32_t completion_type,
36 m_option_definition.completion_type = completion_type;
OptionGroupBoolean.cpp 35 m_option_definition.completion_type = 0;
Options.cpp 931 uint32_t completion_mask = opt_defs[opt_defs_index].completion_type;
940 completion_mask = arg_entry->completion_type;
    [all...]
  /external/lldb/include/lldb/Interpreter/
OptionGroupString.h 33 uint32_t completion_type,
OptionGroupUInt64.h 33 uint32_t completion_type,
OptionGroupFile.h 35 uint32_t completion_type,
93 uint32_t completion_type,
CommandObject.h 56 CommandCompletions::CommonCompletionTypes completion_type; member in struct:lldb_private::CommandObject::ArgumentTableEntry
  /external/lldb/include/lldb/
lldb-private-types.h 64 uint32_t completion_type; // Cookie the option class can use to do define the argument completion. member in struct:lldb_private::__anon29038
  /external/libedit/src/
filecomplete.c 414 int *completion_type, int *over, int *point, int *end)
428 if (completion_type != NULL)
429 *completion_type = what_to_do;
  /external/lldb/tools/driver/
Driver.cpp 68 uint32_t completion_type; // Cookie the option class can use to do define the argument completion. member in struct:__anon29213
    [all...]

Completed in 171 milliseconds