Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DSourceManager.h47 void FindLinesMatchingRegex(RegularExpression &regex, uint32_t start_line,
148 void FindLinesMatchingRegex(FileSpec &file_spec, RegularExpression &regex,
/external/llvm-project/lldb/source/Core/
DSourceManager.cpp369 void SourceManager::FindLinesMatchingRegex(FileSpec &file_spec, in FindLinesMatchingRegex() function in SourceManager
378 return file_sp->FindLinesMatchingRegex(regex, start_line, end_line, in FindLinesMatchingRegex()
601 void SourceManager::File::FindLinesMatchingRegex( in FindLinesMatchingRegex() function in SourceManager::File
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointResolverFileRegex.cpp104 context.target_sp->GetSourceManager().FindLinesMatchingRegex( in SearchCallback()