Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp254 auto &CachedStatus = It.first->getValue(); in getFileStatus() local
256 return CachedStatus; in getFileStatus()
260 CachedStatus = Status; in getFileStatus()
261 return CachedStatus; in getFileStatus()