Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/support/
DFileCacheTests.cpp38 bool GotParse = false; in get() local
44 GotParse = true; in get()
51 EXPECT_EQ(GotParse, ExpectParse); in get()