reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/tools/extra/clangd/Headers.h
  118   llvm::StringMap<unsigned> includeDepth(llvm::StringRef Root) const;

References

tools/clang/tools/extra/clangd/CodeComplete.cpp
 1282       for (auto &Entry : Includes.includeDepth(
tools/clang/tools/extra/clangd/unittests/HeadersTests.cpp
  149   EXPECT_THAT(collectIncludes().includeDepth(MainFile),
  167   EXPECT_THAT(collectIncludes().includeDepth(MainFile),
  172   EXPECT_THAT(collectIncludes().includeDepth(testPath("sub/bar.h")),
  200   EXPECT_THAT(collectIncludes().includeDepth(MainFile),