Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/index/
H A DIndexAction.cpp46 struct IncludeGraphCollector : public PPCallbacks { struct
48 IncludeGraphCollector(const SourceManager &SM, IncludeGraph &IG) in IncludeGraphCollector() argument
162 std::make_unique<IncludeGraphCollector>(CI.getSourceManager(), IG)); in CreateASTConsumer()