Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp129 llvm::vfs::Status CachedStatus = Entry->getStatus(); in getOutOfDateEntries() local
131 Status->getType() == CachedStatus.getType()) { in getOutOfDateEntries()
139 uint64_t CachedSize = CachedStatus.getSize(); in getOutOfDateEntries()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp266 auto &CachedStatus = It.first->getValue(); in getFileStatus() local
268 return CachedStatus; in getFileStatus()
272 CachedStatus = Status; in getFileStatus()
273 return CachedStatus; in getFileStatus()