Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DHeadersTests.cpp168 EXPECT_THAT(Includes.includeDepth(getID(MainFile, Includes)), in TEST_F()
187 EXPECT_THAT(Includes.includeDepth(getID(MainFile, Includes)), in TEST_F()
192 EXPECT_THAT(Includes.includeDepth(getID(BarHeader, Includes)), in TEST_F()
H A DParsedASTTests.cpp573 EXPECT_EQ(Includes.includeDepth(MainID)[MainID], in TEST()
574 PatchedIncludes.includeDepth(PatchedMainID)[PatchedMainID]); in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHeaders.h166 includeDepth(HeaderID Root = MainFileID) const;
H A DHeaders.cpp281 IncludeStructure::includeDepth(HeaderID Root) const { in includeDepth() function in clang::clangd::IncludeStructure
H A DCodeComplete.cpp1487 for (auto &HeaderIDAndDepth : Includes.includeDepth(*MainFileID)) { in run()