Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp261 auto &CachedStatus = It.first->getValue(); in getFileStatus() local
263 return CachedStatus; in getFileStatus()
267 CachedStatus = Status; in getFileStatus()
268 return CachedStatus; in getFileStatus()