Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DPCHPreambleTest.cpp36 std::map<std::string, unsigned> ReadCounts; member in __anon256563180111::ReadCountingInMemoryFileSystem
41 ++ReadCounts[Canonicalize(Path)]; in openFileForRead()
47 auto it = ReadCounts.find(Canonicalize(Path)); in GetReadCount()
48 return it == ReadCounts.end() ? 0 : it->second; in GetReadCount()