reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
596 Lines.emplace_back(Start, I - Start - (BufferStart < I && I[-1] == '\r')); 596 Lines.emplace_back(Start, I - Start - (BufferStart < I && I[-1] == '\r')); 597 Start = I + 1; 599 if (Start < BufferEnd) 600 Lines.emplace_back(Start, BufferEnd - Start); 600 Lines.emplace_back(Start, BufferEnd - Start);