Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp2084 llvm::DenseMap<SymbolID, const TypeHierarchyItem::ResolveParams *> IDToData; in superTypes() local
2087 IDToData[Parent.symbolID] = &Parent; in superTypes()
2089 Index->lookup(Req, [&Item, &Results, &IDToData](const Symbol &S) { in superTypes()
2091 THI->data = *IDToData.lookup(S.ID); in superTypes()