Searched refs:IncludesAre (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | IndexActionTests.cpp | 43 IncludesAre(const std::vector<std::string> &Includes) { in IncludesAre() function 130 AllOf(IsTU(), IncludesAre({Level1HeaderPath}), in TEST_F() 133 AllOf(Not(IsTU()), IncludesAre({Level2HeaderPath}), in TEST_F() 136 AllOf(Not(IsTU()), IncludesAre({}), in TEST_F() 159 Pair(toUri(MainFilePath), AllOf(IsTU(), IncludesAre({HeaderPath}), in TEST_F() 161 Pair(toUri(HeaderPath), AllOf(Not(IsTU()), IncludesAre({HeaderPath}), in TEST_F() 194 AllOf(IsTU(), IncludesAre({HeaderPath, CommonHeaderPath}), in TEST_F() 197 AllOf(Not(IsTU()), IncludesAre({CommonHeaderPath}), in TEST_F() 200 AllOf(Not(IsTU()), IncludesAre({}), in TEST_F() 227 AllOf(IsTU(), IncludesAre({MainFilePath, HeaderPath}), in TEST_F() [all …]
|