HomeSort by relevance Sort by last modified time
    Searched refs:FindLinesMatchingRegex (Results 1 - 3 of 3) sorted by null

  /external/lldb/include/lldb/Core/
SourceManager.h 44 FindLinesMatchingRegex (RegularExpression& regex,
165 FindLinesMatchingRegex (FileSpec &file_spec,
  /external/lldb/source/Breakpoint/
BreakpointResolverFileRegex.cpp 63 context.target_sp->GetSourceManager().FindLinesMatchingRegex(cu_file_spec, m_regex, 1, UINT32_MAX, line_matches);
  /external/lldb/source/Core/
SourceManager.cpp 322 SourceManager::FindLinesMatchingRegex (FileSpec &file_spec,
332 return file_sp->FindLinesMatchingRegex (regex, start_line, end_line, match_lines);
490 SourceManager::File::FindLinesMatchingRegex (RegularExpression& regex, uint32_t start_line, uint32_t end_line, std::vector<uint32_t> &match_lines)

Completed in 212 milliseconds