reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
514 Snip(LCol - 1, Segments.empty() ? 0 : (Segments.front()->Col - 1)); 514 Snip(LCol - 1, Segments.empty() ? 0 : (Segments.front()->Col - 1)); 516 for (unsigned I = 1, E = Segments.size(); I < E; ++I) 517 Snip(LCol - 1, Segments[I]->Col - LCol); 550 for (unsigned I = 0, E = Segments.size(); I < E; ++I) { 551 const auto *CurSeg = Segments[I]; 564 if (Color.hasValue() && Segments.empty()) 583 for (unsigned I = 0, E = Segments.size() - 1; I < E; ++I) { 584 const auto *CurSeg = Segments[I];