Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DMemIndex.cpp76 auto SymRefs = Refs.find(ReqID); in refs() local
77 if (SymRefs == Refs.end()) in refs()
79 for (const auto &O : SymRefs->second) { in refs()
DFileIndex.cpp144 for (const auto &SymRefs : *Index.Refs) { in FileShardedIndex()
145 for (const auto &R : SymRefs.second) { in FileShardedIndex()
148 RefToSymID[&R] = SymRefs.first; in FileShardedIndex()
340 auto &SymRefs = Sym.second; in buildIndex() local
342 llvm::sort(SymRefs); in buildIndex()
343 llvm::copy(SymRefs, back_inserter(RefsStorage)); in buildIndex()
346 llvm::ArrayRef<Ref>(&RefsStorage[RefsStorage.size() - SymRefs.size()], in buildIndex()
347 SymRefs.size())); in buildIndex()