Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DCompileCommandsTests.cpp152 auto RestorePath = in TEST() local
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp2108 struct RestorePath { in TEST_F() struct
2110 RestorePath(const SmallString<128> &path) : path(path) {} in TEST_F() function
2111 ~RestorePath() { fs::set_current_path(path); } in TEST_F() argument