| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionValueFormatEntity.cpp | 112 void OptionValueFormatEntity::AutoComplete(CommandInterpreter &interpreter, in AutoComplete() function in OptionValueFormatEntity 114 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 | 576 void OptionValue::AutoComplete(CommandInterpreter &interpreter, in AutoComplete() function in OptionValue
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueUUID.h | 49 void AutoComplete(CommandInterpreter &interpreter,
|
| H A D | OptionValueFormatEntity.h | 37 void AutoComplete(CommandInterpreter &interpreter,
|
| H A D | OptionValueFileColonLine.h | 42 void AutoComplete(CommandInterpreter &interpreter,
|
| H A D | OptionValueBoolean.h | 41 void AutoComplete(CommandInterpreter &interpreter,
|
| H A D | OptionValueEnumeration.h | 53 void AutoComplete(CommandInterpreter &interpreter,
|
| H A D | OptionValueArch.h | 50 void AutoComplete(CommandInterpreter &interpreter,
|
| H A D | OptionValueFileSpec.h | 49 void AutoComplete(CommandInterpreter &interpreter,
|
| H A D | OptionValue.h | 94 virtual void AutoComplete(CommandInterpreter &interpreter,
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | Variable.h | 108 static void AutoComplete(const ExecutionContext &exe_ctx,
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 787 category_sp->GetTypeFormatsContainer()->AutoComplete(request); in HandleArgumentCompletion() 789 category_sp->GetRegexTypeFormatsContainer()->AutoComplete(request); in HandleArgumentCompletion() 792 category_sp->GetTypeSummariesContainer()->AutoComplete(request); in HandleArgumentCompletion() 794 category_sp->GetRegexTypeSummariesContainer()->AutoComplete( in HandleArgumentCompletion() 798 category_sp->GetTypeFiltersContainer()->AutoComplete(request); in HandleArgumentCompletion() 800 category_sp->GetRegexTypeFiltersContainer()->AutoComplete(request); in HandleArgumentCompletion() 803 category_sp->GetTypeSyntheticsContainer()->AutoComplete(request); in HandleArgumentCompletion() 805 category_sp->GetRegexTypeSyntheticsContainer()->AutoComplete( in HandleArgumentCompletion()
|
| H A D | CommandCompletions.cpp | 591 ArchSpec::AutoComplete(request); in ArchitectureNames() 597 Variable::AutoComplete(interpreter.GetExecutionContext(), request); in VariablePath()
|
| H A D | CommandObjectSettings.cpp | 168 value_sp->AutoComplete(m_interpreter, request); in HandleArgumentCompletion()
|
| /llvm-project-15.0.7/lldb/include/lldb/DataFormatters/ |
| H A D | FormattersContainer.h | 205 void AutoComplete(CompletionRequest &request) { in AutoComplete() function
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | FormatEntity.h | 232 static void AutoComplete(lldb_private::CompletionRequest &request);
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | ArchSpec.h | 295 static void AutoComplete(CompletionRequest &request);
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | Variable.cpp | 714 void Variable::AutoComplete(const ExecutionContext &exe_ctx, in AutoComplete() function in Variable
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 262 void ArchSpec::AutoComplete(CompletionRequest &request) { in AutoComplete() function in ArchSpec
|