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.cpp453 std::vector<uint32_t> &match_lines) { in FindLinesMatchingRegex() argument
454 match_lines.clear(); in FindLinesMatchingRegex()
459 match_lines); in FindLinesMatchingRegex()
710 std::vector<uint32_t> &match_lines) { in FindLinesMatchingRegex() argument
711 match_lines.clear(); in FindLinesMatchingRegex()
724 match_lines.push_back(line_no); in FindLinesMatchingRegex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceManager.h52 std::vector<uint32_t> &match_lines);
196 std::vector<uint32_t> &match_lines);