Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSourceManager.h58 void FindLinesMatchingRegex(RegularExpression &regex, uint32_t start_line,
161 void FindLinesMatchingRegex(FileSpec &file_spec, RegularExpression &regex,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp357 void SourceManager::FindLinesMatchingRegex(FileSpec &file_spec, in FindLinesMatchingRegex() function in SourceManager
366 return file_sp->FindLinesMatchingRegex(regex, start_line, end_line, in FindLinesMatchingRegex()
588 void SourceManager::File::FindLinesMatchingRegex( in FindLinesMatchingRegex() function in SourceManager::File
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp111 context.target_sp->GetSourceManager().FindLinesMatchingRegex( in SearchCallback()