Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/dex/
DDex.cpp321 for (const auto &TokenToPostingList : InvertedIndex) in estimateMemoryUsage() local
322 Bytes += TokenToPostingList.second.bytes(); in estimateMemoryUsage()