Searched refs:SourceFileCache (Results 1 – 4 of 4) sorted by relevance
16 class SourceFileCache : public ::testing::Test { class22 TEST_F(SourceFileCache, FindSourceFileFound) { in TEST_F() argument23 SourceManager::SourceFileCache cache; in TEST_F()36 TEST_F(SourceFileCache, FindSourceFileNotFound) { in TEST_F() argument37 SourceManager::SourceFileCache cache; in TEST_F()
96 class SourceFileCache {98 SourceFileCache() = default;99 ~SourceFileCache() = default;
382 SourceManager::SourceFileCache &GetSourceFileCache() { in GetSourceFileCache()411 SourceManager::SourceFileCache m_source_file_cache; // All the source managers
697 void SourceManager::SourceFileCache::AddSourceFile(const FileSP &file_sp) { in AddSourceFile()708 SourceManager::FileSP SourceManager::SourceFileCache::FindSourceFile( in FindSourceFile()