Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/
DIndexActionTests.cpp172 std::string CommonHeaderPath = testPath("common.h"); in TEST_F() local
186 addFile(CommonHeaderPath, CommonHeaderCode); in TEST_F()
194 AllOf(IsTU(), IncludesAre({HeaderPath, CommonHeaderPath}), in TEST_F()
197 AllOf(Not(IsTU()), IncludesAre({CommonHeaderPath}), in TEST_F()
199 Pair(toUri(CommonHeaderPath), in TEST_F()