Home
last modified time | relevance | path

Searched refs:re_cstr (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Commands/
DCommandObjectRegexCommand.cpp71 bool CommandObjectRegexCommand::AddRegexCommand(llvm::StringRef re_cstr, in AddRegexCommand() argument
75 m_entries.back().regex = RegularExpression(re_cstr); in AddRegexCommand()
DCommandObjectRegexCommand.h33 bool AddRegexCommand(llvm::StringRef re_cstr, llvm::StringRef command_cstr);