Searched refs:BarPath (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | CanonicalIncludesTests.cpp | 68 std::string BarPath = testPath("foo/bar"); in TEST() local 69 auto Bar = addFile(*InMemFS, Files, BarPath); in TEST() 83 InMemFS->addHardLink(HardLinkPath, BarPath); in TEST()
|
| H A D | ConfigCompileTests.cpp | 193 auto BarPath = llvm::sys::path::convert_to_slash(testPath("foo/bar.h")); in TEST_F() local 194 Parm.Path = BarPath; in TEST_F() 450 auto BarPath = testPath("foo/bar.h", llvm::sys::path::Style::posix); in TEST_F() local 451 BarPath = llvm::sys::path::convert_to_slash(BarPath); in TEST_F() 452 Parm.Path = BarPath; in TEST_F()
|
| H A D | RenameTests.cpp | 1296 std::string BarPath = testPath("bar.cc"); in TEST() local 1302 FSymbols.update(BarPath, nullptr, buildRefSlab(BarCode, "Bar", BarPath), in TEST() 1341 Pair(Eq(BarPath), Eq(expectedResult(BarCode, NewName))), in TEST() 1383 auto BarPath = testPath("bar.cc"); in TEST() local 1388 std::string BarPathURI = URI::create(BarPath).toString(); in TEST() 1429 Pair(Eq(BarPath), Eq(expectedResult(BarCode, NewName))), in TEST()
|
| 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()
|