/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | TypeCategory.cpp | 237 void TypeCategoryImpl::AutoComplete(CompletionRequest &request, in AutoComplete() function in TypeCategoryImpl 240 m_format_cont.AutoComplete(request); in AutoComplete() 242 m_summary_cont.AutoComplete(request); in AutoComplete() 244 m_filter_cont.AutoComplete(request); in AutoComplete() 246 m_synth_cont.AutoComplete(request); in AutoComplete()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueFormatEntity.cpp | 119 void OptionValueFormatEntity::AutoComplete(CommandInterpreter &interpreter, in AutoComplete() function in OptionValueFormatEntity 121 FormatEntity::AutoComplete(request); in AutoComplete()
|
H A D | OptionValueArch.cpp | 67 void OptionValueArch::AutoComplete(CommandInterpreter &interpreter, in AutoComplete() function in OptionValueArch
|
H A D | OptionValueBoolean.cpp | 70 void OptionValueBoolean::AutoComplete(CommandInterpreter &interpreter, in AutoComplete() function in OptionValueBoolean
|
H A D | OptionValueUUID.cpp | 61 void OptionValueUUID::AutoComplete(CommandInterpreter &interpreter, in AutoComplete() function in OptionValueUUID
|
H A D | OptionValueFileSpec.cpp | 85 void OptionValueFileSpec::AutoComplete(CommandInterpreter &interpreter, in AutoComplete() function in OptionValueFileSpec
|
H A D | OptionValueFileColonLine.cpp | 133 void OptionValueFileColonLine::AutoComplete(CommandInterpreter &interpreter, in AutoComplete() function in OptionValueFileColonLine
|
H A D | OptionValueEnumeration.cpp | 98 void OptionValueEnumeration::AutoComplete(CommandInterpreter &interpreter, in AutoComplete() function in OptionValueEnumeration
|
H A D | OptionValue.cpp | 599 void OptionValue::AutoComplete(CommandInterpreter &interpreter, 554 void OptionValue::AutoComplete(CommandInterpreter &interpreter, AutoComplete() function in OptionValue
|
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | TypeCategory.h | 157 void AutoComplete(CompletionRequest &request) { in AutoComplete() function 159 sc->AutoComplete(request); in AutoComplete() 355 void AutoComplete(CompletionRequest &request, FormatCategoryItems items);
|
H A D | FormattersContainer.h | 257 void AutoComplete(CompletionRequest &request) { in AutoComplete() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionValueUUID.h | 53 void AutoComplete(CommandInterpreter &interpreter,
|
H A D | OptionValueFileColonLine.h | 42 void AutoComplete(CommandInterpreter &interpreter,
|
H A D | OptionValueFormatEntity.h | 39 void AutoComplete(CommandInterpreter &interpreter,
|
H A D | OptionValueBoolean.h | 45 void AutoComplete(CommandInterpreter &interpreter,
|
H A D | OptionValueArch.h | 50 void AutoComplete(CommandInterpreter &interpreter,
|
H A D | OptionValueEnumeration.h | 53 void AutoComplete(CommandInterpreter &interpreter,
|
H A D | OptionValueFileSpec.h | 53 void AutoComplete(CommandInterpreter &interpreter,
|
H A D | OptionValue.h | 115 virtual void AutoComplete(CommandInterpreter &interpreter, in GetSubValue()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Variable.h | 108 static void AutoComplete(const ExecutionContext &exe_ctx,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | FormatEntity.h | 228 void AutoComplete(lldb_private::CompletionRequest &request);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | ArchSpec.h | 304 static void AutoComplete(CompletionRequest &request);
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandCompletions.cpp | 613 ArchSpec::AutoComplete(request); in ArchitectureNames() 619 Variable::AutoComplete(interpreter.GetExecutionContext(), request); in VariablePath()
|
H A D | CommandObjectSettings.cpp | 168 value_sp->AutoComplete(m_interpreter, request); in HandleArgumentCompletion()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Variable.cpp | 720 void Variable::AutoComplete(const ExecutionContext &exe_ctx, in AutoComplete() function in Variable
|