Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp496 for (int UpdateI = 0; UpdateI < UpdatesPerFile; ++UpdateI) { in TEST_F() local
497 auto Contents = AllContents[(FileI + UpdateI) % AllContentsSize]; in TEST_F()
503 Inputs.Version = std::to_string(UpdateI); in TEST_F()