Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DCanonicalIncludesTests.cpp68 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 DConfigCompileTests.cpp193 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 DRenameTests.cpp1296 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 DConfigProviderTests.cpp191 const auto BarPath = testPath("baz/bar.h", llvm::sys::path::Style::posix); in TEST() local
194 Bar.Path = BarPath; in TEST()