Searched refs:BarPath (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | ConfigCompileTests.cpp | 192 auto BarPath = llvm::sys::path::convert_to_slash(testPath("foo/bar.h")); in TEST_F() local 193 Parm.Path = BarPath; in TEST_F() 473 auto BarPath = testPath("foo/bar.h", llvm::sys::path::Style::posix); in TEST_F() 474 BarPath = llvm::sys::path::convert_to_slash(BarPath); in TEST_F() 475 Parm.Path = BarPath; in TEST_F() 452 auto BarPath = testPath("foo/bar.h", llvm::sys::path::Style::posix); TEST_F() local
|
H A D | RenameTests.cpp | 1548 std::string BarPath = testPath("bar.cc"); in TEST() local 1554 FSymbols.update(BarPath, nullptr, buildRefSlab(BarCode, "Bar", BarPath), in TEST() 1593 Pair(Eq(BarPath), Eq(expectedResult(BarCode, NewName))), in TEST() 1641 auto BarPath = testPath("bar.cc"); in TEST() 1646 std::string BarPathURI = URI::create(BarPath).toString(); in TEST() 1693 Pair(Eq(BarPath), Eq(expectedResult(BarCode, NewName))), in TEST() 1635 auto BarPath = testPath("bar.cc"); TEST() local
|
H A D | ConfigProviderTests.cpp | 191 const auto BarPath = testPath("baz/bar.h", llvm::sys::path::Style::posix); in TEST() local 194 Bar.Path = BarPath; in TEST()
|