Home
last modified time | relevance | path

Searched refs:AutoComplete (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFormatEntity.cpp120 size_t OptionValueFormatEntity::AutoComplete(CommandInterpreter &interpreter, in AutoComplete() function in OptionValueFormatEntity
122 return FormatEntity::AutoComplete(request); in AutoComplete()
H A DOptionValueArch.cpp72 size_t OptionValueArch::AutoComplete(CommandInterpreter &interpreter, in AutoComplete() function in OptionValueArch
H A DOptionValueBoolean.cpp75 size_t OptionValueBoolean::AutoComplete(CommandInterpreter &interpreter, in AutoComplete() function in OptionValueBoolean
H A DOptionValueUUID.cpp66 size_t OptionValueUUID::AutoComplete(CommandInterpreter &interpreter, in AutoComplete() function in OptionValueUUID
H A DOptionValueFileSpec.cpp103 size_t OptionValueFileSpec::AutoComplete(CommandInterpreter &interpreter, in AutoComplete() function in OptionValueFileSpec
H A DOptionValueEnumeration.cpp106 size_t OptionValueEnumeration::AutoComplete(CommandInterpreter &interpreter, in AutoComplete() function in OptionValueEnumeration
H A DOptionValue.cpp571 size_t OptionValue::AutoComplete(CommandInterpreter &interpreter, in AutoComplete() function in OptionValue
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueUUID.h60 size_t AutoComplete(CommandInterpreter &interpreter,
H A DOptionValueFormatEntity.h44 size_t AutoComplete(CommandInterpreter &interpreter,
H A DOptionValueBoolean.h49 size_t AutoComplete(CommandInterpreter &interpreter,
H A DOptionValueEnumeration.h61 size_t AutoComplete(CommandInterpreter &interpreter,
H A DOptionValueFileSpec.h57 size_t AutoComplete(CommandInterpreter &interpreter,
H A DOptionValueArch.h61 size_t AutoComplete(CommandInterpreter &interpreter,
H A DOptionValue.h101 virtual size_t AutoComplete(CommandInterpreter &interpreter,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandCompletions.cpp315 g_property_names.AutoComplete(request.GetCursorArgumentPrefix(), matches, in SettingsNames()
336 const uint32_t num_matches = ArchSpec::AutoComplete(request); in ArchitectureNames()
344 return Variable::AutoComplete(interpreter.GetExecutionContext(), request); in VariablePath()
H A DCommandObjectSettings.cpp171 value_sp->AutoComplete(m_interpreter, request); in HandleArgumentCompletion()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariable.h106 static size_t AutoComplete(const ExecutionContext &exe_ctx,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStringList.h108 size_t AutoComplete(llvm::StringRef s, StringList &matches,
H A DArchSpec.h293 static size_t AutoComplete(CompletionRequest &request);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DFormatEntity.h217 static size_t AutoComplete(lldb_private::CompletionRequest &request);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStringList.cpp230 size_t StringList::AutoComplete(llvm::StringRef s, StringList &matches, in AutoComplete() function in StringList
H A DArchSpec.cpp253 size_t ArchSpec::AutoComplete(CompletionRequest &request) { in AutoComplete() function in ArchSpec
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp761 size_t Variable::AutoComplete(const ExecutionContext &exe_ctx, in AutoComplete() function in Variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp2369 size_t FormatEntity::AutoComplete(CompletionRequest &request) { in AutoComplete() function in FormatEntity