Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/
DHeadersTests.cpp154 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()
DParsedASTTests.cpp589 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()
/external/llvm-project/clang-tools-extra/clangd/
DHeaders.h122 llvm::StringMap<unsigned> includeDepth(llvm::StringRef Root) const;
DHeaders.cpp175 IncludeStructure::includeDepth(llvm::StringRef Root) const { in includeDepth() function in clang::clangd::IncludeStructure
DCodeComplete.cpp1326 for (auto &Entry : Includes.includeDepth( in run()