Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp438 std::vector<uint32_t> &match_lines) { in FindLinesMatchingRegex() argument
439 match_lines.clear(); in FindLinesMatchingRegex()
444 match_lines); in FindLinesMatchingRegex()
680 std::vector<uint32_t> &match_lines) { in FindLinesMatchingRegex() argument
681 match_lines.clear(); in FindLinesMatchingRegex()
694 match_lines.push_back(line_no); in FindLinesMatchingRegex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceManager.h51 std::vector<uint32_t> &match_lines);
170 std::vector<uint32_t> &match_lines);