Home
last modified time | relevance | path

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

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