Home
last modified time | relevance | path

Searched refs:SubstituteVariables (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestRegexCommand.cpp19 using CommandObjectRegexCommand::SubstituteVariables;
24 llvm::Expected<std::string> str = SubstituteVariables(input, replacements); in Substitute()
50 TestRegexCommand::SubstituteVariables("%1%2%3%4", substitutions), in TEST()
53 TestRegexCommand::SubstituteVariables("%5", substitutions), in TEST()
56 TestRegexCommand::SubstituteVariables("%11", substitutions), in TEST()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp31 llvm::Expected<std::string> CommandObjectRegexCommand::SubstituteVariables( in SubstituteVariables() function in CommandObjectRegexCommand
65 SubstituteVariables(pos->command, matches); in DoExecute()
H A DCommandObjectRegexCommand.h43 static llvm::Expected<std::string> SubstituteVariables(