Searched refs:BarPath (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | ConfigCompileTests.cpp | 130 auto BarPath = llvm::sys::path::convert_to_slash(testPath("foo/bar.h")); in TEST_F() local 131 Parm.Path = BarPath; in TEST_F() 257 auto BarPath = testPath("foo/bar.h", llvm::sys::path::Style::posix); in TEST_F() local 258 BarPath = llvm::sys::path::convert_to_slash(BarPath); in TEST_F() 259 Parm.Path = BarPath; in TEST_F()
|
D | RenameTests.cpp | 1161 std::string BarPath = testPath("bar.cc"); in TEST() local 1167 FSymbols.update(BarPath, nullptr, buildRefSlab(BarCode, "Bar", BarPath), in TEST() 1217 Pair(Eq(BarPath), Eq(expectedResult(BarCode, NewName))), in TEST() 1258 auto BarPath = testPath("bar.cc"); in TEST() local 1263 std::string BarPathURI = URI::create(BarPath).toString(); in TEST() 1302 Pair(Eq(BarPath), Eq(expectedResult(BarCode, NewName))), in TEST()
|
D | ConfigProviderTests.cpp | 213 const auto BarPath = testPath("baz/bar.h", llvm::sys::path::Style::posix); in TEST() local 216 Bar.Path = BarPath; in TEST()
|