Searched refs:FileSpecMatches (Results 1 – 3 of 3) sorted by relevance
68 bool FileSpecMatches(const FileSpec &file_spec);
72 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
3918 if (m_file_sp && m_file_sp->FileSpecMatches(m_sc.line_entry.file)) { in WindowDelegateDraw()