Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DFileCache.cpp19 static constexpr uint64_t CacheDiskMismatch = variable
22 static constexpr uint64_t FileNotFound = CacheDiskMismatch - 1;
26 ModifiedTime(), Size(CacheDiskMismatch) { in FileCache()
73 Size = CacheDiskMismatch; in read()
76 Size = CacheDiskMismatch; in read()