Lines Matching defs:Start
409 DeclT *Start, *Canonical, *Current;412 MergedRedeclIterator(DeclT *Start)413 : Start(Start), Canonical(nullptr), Current(Start) {}424 // If we started in the merged portion, we'll reach our start position428 if (Current == Start || Current == Canonical)