Home
last modified time | relevance | path

Searched refs:FindLinesMatchingRegex (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Core/
DSourceManager.h44 FindLinesMatchingRegex (RegularExpression& regex,
165 FindLinesMatchingRegex (FileSpec &file_spec,
/external/lldb/source/Core/
DSourceManager.cpp322 SourceManager::FindLinesMatchingRegex (FileSpec &file_spec, in FindLinesMatchingRegex() function in SourceManager
332 return file_sp->FindLinesMatchingRegex (regex, start_line, end_line, match_lines); in FindLinesMatchingRegex()
490 SourceManager::File::FindLinesMatchingRegex (RegularExpression& regex, uint32_t start_line, uint32_… in FindLinesMatchingRegex() function in SourceManager::File
/external/lldb/source/Breakpoint/
DBreakpointResolverFileRegex.cpp63 …context.target_sp->GetSourceManager().FindLinesMatchingRegex(cu_file_spec, m_regex, 1, UINT32_MAX,… in SearchCallback()