Home
last modified time | relevance | path

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

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