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

References

tools/clang/tools/extra/clangd/index/dex/PostingList.cpp
   34   bool reachedEnd() const override { return CurrentChunk == Chunks.end(); }
   70     return Chunks.size() * ApproxEntriesPerChunk;
   79     for (const Chunk &C : Chunks)
   95     if (CurrentChunk == Chunks.end()) // Reached the end of PostingList.
  103     if ((CurrentChunk != Chunks.end() - 1) &&
  106           std::partition_point(CurrentChunk + 1, Chunks.end(),
  120   decltype(Chunks)::const_iterator CurrentChunk;