Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DIndexAction.cpp46 IncludeGraphCollector(const SourceManager &SM, IncludeGraph &IG) in IncludeGraphCollector()
122 IncludeGraph &IG;
134 std::function<void(IncludeGraph)> IncludeGraphCallback) in IndexAction()
196 std::function<void(IncludeGraph)> IncludeGraphCallback;
201 IncludeGraph IG;
211 std::function<void(IncludeGraph)> IncludeGraphCallback) { in createStaticIndexingAction()
DSerialization.h47 llvm::Optional<IncludeGraph> Sources;
60 const IncludeGraph *Sources = nullptr;
DIndexAction.h31 std::function<void(IncludeGraph)> IncludeGraphCallback);
DFileIndex.h195 IncludeGraph IG;
DFileIndex.cpp105 IncludeGraph getSubGraph(llvm::StringRef URI, const IncludeGraph &FullGraph) { in getSubGraph()
106 IncludeGraph IG; in getSubGraph()
DYAMLSerialization.cpp63 using clang::clangd::IncludeGraph;
448 IncludeGraph Sources; in readYAML()
DBackground.cpp311 [&](IncludeGraph IG) { Index.Sources = std::move(IG); }); in index()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DIndexActionTests.cpp60 std::map<std::string, const IncludeGraphNode &> toMap(const IncludeGraph &IG) { in toMap()
82 [&](IncludeGraph IG) { IndexFile.Sources = std::move(IG); }); in __anon7e85be7d0502()
DSerializationTests.cpp249 IncludeGraph Sources; in TEST()
DFileIndexTests.cpp618 IncludeGraph &IG = *IF.Sources; in TEST()
/external/llvm-project/clang-tools-extra/clangd/
DHeaders.h86 using IncludeGraph = llvm::StringMap<IncludeGraphNode>; variable