reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/tools/extra/clangd/index/dex/PostingList.h
   46   llvm::SmallVector<DocID, PayloadSize + 1> decompress() const;

References

tools/clang/tools/extra/clangd/index/dex/PostingList.cpp
   29       DecompressedChunk = CurrentChunk->decompress();
   80       for (const DocID Doc : C.decompress()) {
   97     DecompressedChunk = CurrentChunk->decompress();
  109       DecompressedChunk = CurrentChunk->decompress();