Searched refs:includeDepth (Results 1 – 5 of 5) sorted by relevance
154 EXPECT_THAT(collectIncludes().includeDepth(MainFile), in TEST_F()172 EXPECT_THAT(collectIncludes().includeDepth(MainFile), in TEST_F()177 EXPECT_THAT(collectIncludes().includeDepth(testPath("sub/bar.h")), in TEST_F()205 EXPECT_THAT(collectIncludes().includeDepth(MainFile), in TEST_F()
589 EXPECT_EQ(StringMapToVector(PatchedAST->getIncludeStructure().includeDepth( in TEST()591 StringMapToVector(ExpectedAST.getIncludeStructure().includeDepth( in TEST()633 EXPECT_EQ(StringMapToVector(PatchedAST->getIncludeStructure().includeDepth( in TEST()635 StringMapToVector(ExpectedAST.getIncludeStructure().includeDepth( in TEST()
122 llvm::StringMap<unsigned> includeDepth(llvm::StringRef Root) const;
175 IncludeStructure::includeDepth(llvm::StringRef Root) const { in includeDepth() function in clang::clangd::IncludeStructure
1326 for (auto &Entry : Includes.includeDepth( in run()