Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/unittests/
H A DProjectAwareIndexTests.cpp56 unsigned InvocationCount = 0; in TEST() local
58 ++InvocationCount; in TEST()
64 EXPECT_EQ(InvocationCount, 0U); in TEST()
71 EXPECT_EQ(InvocationCount, 0U); in TEST()
79 EXPECT_EQ(InvocationCount, 1U); in TEST()
82 EXPECT_EQ(InvocationCount, 1U); in TEST()