Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/dex/
DIterator.cpp95 auto SyncID = Children.front()->peek(); in sync() local
101 Child->advanceTo(SyncID); in sync()
109 if (Child->peek() > SyncID) { in sync()
110 SyncID = Child->peek(); in sync()