Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSourceManager.h68 bool FileSpecMatches(const FileSpec &file_spec);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp72 m_last_file_sp && m_last_file_sp->FileSpecMatches(file_spec); in GetFile()
609 bool SourceManager::File::FileSpecMatches(const FileSpec &file_spec) { in FileSpecMatches() function in SourceManager::File
H A DIOHandler.cpp3918 if (m_file_sp && m_file_sp->FileSpecMatches(m_sc.line_entry.file)) { in WindowDelegateDraw()