Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/support/
H A DFileCacheTests.cpp39 bool GotRead; in get() local
48 GotRead = true; in get()
52 EXPECT_TRUE(GotRead); in get()