Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DSourceManager.cpp326 std::vector<uint32_t> &match_lines) in FindLinesMatchingRegex() argument
328 match_lines.clear(); in FindLinesMatchingRegex()
332 return file_sp->FindLinesMatchingRegex (regex, start_line, end_line, match_lines); in FindLinesMatchingRegex()
490 …gularExpression& regex, uint32_t start_line, uint32_t end_line, std::vector<uint32_t> &match_lines) in FindLinesMatchingRegex() argument
500 match_lines.clear(); in FindLinesMatchingRegex()
514 match_lines.push_back(line_no); in FindLinesMatchingRegex()
/external/lldb/include/lldb/Core/
DSourceManager.h47 std::vector<uint32_t> &match_lines);
169 std::vector<uint32_t> &match_lines);