Searched refs:AutoComplete (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueUUID.h93 AutoComplete (CommandInterpreter &interpreter,
H A DOptionValueArch.h89 AutoComplete (CommandInterpreter &interpreter,
H A DOptionValueBoolean.h69 AutoComplete (CommandInterpreter &interpreter,
H A DOptionValueEnumeration.h73 AutoComplete (CommandInterpreter &interpreter,
H A DOptionValueFileSpec.h67 AutoComplete (CommandInterpreter &interpreter,
H A DOptionValue.h110 AutoComplete (CommandInterpreter &interpreter,
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueArch.cpp89 OptionValueArch::AutoComplete (CommandInterpreter &interpreter, function in class:OptionValueArch
H A DOptionValueBoolean.cpp89 OptionValueBoolean::AutoComplete (CommandInterpreter &interpreter, function in class:OptionValueBoolean
H A DOptionValueUUID.cpp78 OptionValueUUID::AutoComplete (CommandInterpreter &interpreter, function in class:OptionValueUUID
H A DOptionValueEnumeration.cpp134 OptionValueEnumeration::AutoComplete (CommandInterpreter &interpreter, function in class:OptionValueEnumeration
H A DOptionValueFileSpec.cpp128 OptionValueFileSpec::AutoComplete (CommandInterpreter &interpreter, function in class:OptionValueFileSpec
H A DOptionValue.cpp588 OptionValue::AutoComplete (CommandInterpreter &interpreter, function in class:OptionValue
H A DCommandObject.cpp1071 ArchSpec::AutoComplete(NULL, archs);
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DStringList.h136 AutoComplete (const char *s,
H A DArchSpec.h178 AutoComplete (const char *name,
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariable.h161 AutoComplete (const ExecutionContext &exe_ctx,
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandCompletions.cpp451 const size_t num_matches = g_property_names.AutoComplete (partial_setting_name, matches, exact_matches_idx);
480 const uint32_t num_matches = ArchSpec::AutoComplete (partial_name, matches);
495 return Variable::AutoComplete (interpreter.GetExecutionContext(), partial_name, matches, word_complete);
H A DCommandObjectSettings.cpp203 value_sp->AutoComplete (m_interpreter,
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DStringList.cpp309 StringList::AutoComplete (const char *s, StringList &matches, size_t &exact_idx) const function in class:StringList
H A DArchSpec.cpp135 ArchSpec::AutoComplete (const char *name, StringList &matches) function in class:ArchSpec
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp883 Variable::AutoComplete (const ExecutionContext &exe_ctx, function in class:Variable

Completed in 248 milliseconds