Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp80 static Key<std::string> BoundPath; variable
82 return Context::current().derive(BoundPath, F.str()); in bindPath()
85 const std::string *V = Context::current().get(BoundPath); in boundPath()