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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueUUID.h55 void AutoComplete(CommandInterpreter &interpreter,
H A DOptionValueEnumeration.h58 void AutoComplete(CommandInterpreter &interpreter,
H A DOptionValueFormatEntity.h41 void AutoComplete(CommandInterpreter &interpreter,
H A DOptionValueFileSpec.h54 void AutoComplete(CommandInterpreter &interpreter,
H A DOptionValueBoolean.h46 void AutoComplete(CommandInterpreter &interpreter,
H A DOptionValueArch.h58 void AutoComplete(CommandInterpreter &interpreter,
H A DOptionValue.h91 virtual void AutoComplete(CommandInterpreter &interpreter,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueUUID.cpp65 void OptionValueUUID::AutoComplete(CommandInterpreter &interpreter, function in class:OptionValueUUID
H A DOptionValueBoolean.cpp74 void OptionValueBoolean::AutoComplete(CommandInterpreter &interpreter, function in class:OptionValueBoolean
H A DOptionValueArch.cpp71 void OptionValueArch::AutoComplete(CommandInterpreter &interpreter, function in class:OptionValueArch
H A DOptionValueFileSpec.cpp102 void OptionValueFileSpec::AutoComplete(CommandInterpreter &interpreter, function in class:OptionValueFileSpec
H A DOptionValueEnumeration.cpp105 void OptionValueEnumeration::AutoComplete(CommandInterpreter &interpreter, function in class:OptionValueEnumeration
H A DOptionValue.cpp568 void OptionValue::AutoComplete(CommandInterpreter &interpreter, function in class:OptionValue
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h101 static void AutoComplete(const ExecutionContext &exe_ctx,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h203 static void AutoComplete(lldb_private::CompletionRequest &request);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h269 static void AutoComplete(CompletionRequest &request);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp317 ArchSpec::AutoComplete(request);
323 Variable::AutoComplete(interpreter.GetExecutionContext(), request);
H A DCommandObjectSettings.cpp163 value_sp->AutoComplete(m_interpreter, request);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp735 void Variable::AutoComplete(const ExecutionContext &exe_ctx, function in class:Variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp249 void ArchSpec::AutoComplete(CompletionRequest &request) { function in class:ArchSpec
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp2377 void FormatEntity::AutoComplete(CompletionRequest &request) { function in class:FormatEntity

Completed in 261 milliseconds