reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Interpreter/CommandObjectRegexCommand.cpp
   43           for (idx = 0; (percent_var_idx = new_command.find(
   45             new_command.erase(percent_var_idx, percent_var_len);
   46             new_command.insert(percent_var_idx, match_str);
   53         result.GetOutputStream().Printf("%s\n", new_command.c_str());
   58           new_command.c_str(), eLazyBoolCalculate, result, nullptr, true, true);