Home
last modified time | relevance | path

Searched defs:onPreamblePublished (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DTUScheduler.h204 virtual void onPreamblePublished(PathRef File) {} in onPreamblePublished() function
H A DClangdServer.cpp162 void onPreamblePublished(PathRef File) override { in onPreamblePublished() function
/llvm-project/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp1185 void onPreamblePublished(PathRef File) override { ++PreamblePublishCount; } in TEST_F() function