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

References

utils/FileCheck/FileCheck.cpp
  428        InputFilePtr != InputFileEnd || AnnotationItr != AnnotationEnd;
  441       for (auto I = AnnotationItr; I != AnnotationEnd && I->InputLine == Line;
  480     while (AnnotationItr != AnnotationEnd &&
  481            AnnotationItr->InputLine == Line) {
  482       WithColor COS(OS, AnnotationItr->Marker.Color, true);
  484       COS << left_justify(AnnotationItr->Label, LabelWidth) << "  ";
  486       for (Col = 1; Col < AnnotationItr->InputStartCol; ++Col)
  488       COS << AnnotationItr->Marker.Lead;
  490       for (++Col; Col < AnnotationItr->InputEndCol && Col <= InputLineWidth;
  493       const std::string &Note = AnnotationItr->Marker.Note;
  504       ++AnnotationItr;