Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DIndexActionTests.cpp173 std::string CommonHeaderPath = testPath("common.h"); in TEST_F() local
187 addFile(CommonHeaderPath, CommonHeaderCode); in TEST_F()
195 AllOf(isTU(), includesAre({HeaderPath, CommonHeaderPath}), in TEST_F()
198 AllOf(Not(isTU()), includesAre({CommonHeaderPath}), in TEST_F()
200 Pair(toUri(CommonHeaderPath), in TEST_F()