Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DTUScheduler.h377 std::string LastActiveFile; variable
H A DTUScheduler.cpp1665 LastActiveFile = File.str(); in update()
1696 Path = LastActiveFile; in runWithSemaphore()
1698 LastActiveFile = Path.str(); in runWithSemaphore()
1723 LastActiveFile = File.str(); in runWithAST()
1738 LastActiveFile = File.str(); in runWithPreamble()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp1320 [&](llvm::StringRef LastActiveFile) { in TEST_F() argument
1327 EXPECT_EQ(LastActiveFile, boundPath()); in TEST_F()
1331 EXPECT_EQ(LastActiveFile, boundPath()); in TEST_F()