Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSourceManager.h48 void FindLinesMatchingRegex(RegularExpression &regex, uint32_t start_line,
149 void FindLinesMatchingRegex(FileSpec &file_spec, RegularExpression &regex,
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSourceManager.cpp383 void SourceManager::FindLinesMatchingRegex(FileSpec &file_spec, in FindLinesMatchingRegex() function in SourceManager
392 return file_sp->FindLinesMatchingRegex(regex, start_line, end_line, in FindLinesMatchingRegex()
620 void SourceManager::File::FindLinesMatchingRegex( in FindLinesMatchingRegex() function in SourceManager::File
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp104 context.target_sp->GetSourceManager().FindLinesMatchingRegex( in SearchCallback()