Home
last modified time | relevance | path

Searched refs:PreambleFileStatusCache (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DFS.cpp18 PreambleFileStatusCache::PreambleFileStatusCache(llvm::StringRef MainFilePath){ in PreambleFileStatusCache() function in clang::clangd::PreambleFileStatusCache
25 void PreambleFileStatusCache::update(const llvm::vfs::FileSystem &FS, in update()
40 PreambleFileStatusCache::lookup(llvm::StringRef File) const { in lookup()
54 PreambleFileStatusCache::getProducingFS( in getProducingFS()
61 PreambleFileStatusCache &StatCache) in getProducingFS()
87 PreambleFileStatusCache &StatCache; in getProducingFS()
94 PreambleFileStatusCache::getConsumingFS( in getConsumingFS()
99 const PreambleFileStatusCache &StatCache) in getConsumingFS()
109 const PreambleFileStatusCache &StatCache; in getConsumingFS()
DFS.h38 class PreambleFileStatusCache {
42 PreambleFileStatusCache(llvm::StringRef MainFilePath);
DPreamble.h53 std::unique_ptr<PreambleFileStatusCache> StatCache,
70 std::unique_ptr<PreambleFileStatusCache> StatCache;
DPreamble.cpp308 std::unique_ptr<PreambleFileStatusCache> StatCache, in PreambleData()
345 auto StatCache = std::make_unique<PreambleFileStatusCache>(AbsFileName); in buildPreamble()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DFSTests.cpp25 PreambleFileStatusCache StatCache(testPath("main")); in TEST()