Lines Matching refs:COS
647 WithColor COS(*LineOS, raw_ostream::SAVEDCOLOR, /*Bold=*/false, in DumpAnnotatedInput() local
651 COS.changeColor(raw_ostream::CYAN, true, true); in DumpAnnotatedInput()
662 COS.resetColor(); in DumpAnnotatedInput()
664 COS.changeColor(raw_ostream::CYAN, true, true); in DumpAnnotatedInput()
668 COS << *InputFilePtr; in DumpAnnotatedInput()
678 WithColor COS(*LineOS, AnnotationItr->Marker.Color, /*Bold=*/true, in DumpAnnotatedInput() local
681 COS << left_justify(AnnotationItr->Label, LabelWidth) << " "; in DumpAnnotatedInput()
684 COS << ' '; in DumpAnnotatedInput()
685 COS << AnnotationItr->Marker.Lead; in DumpAnnotatedInput()
689 COS << '~'; in DumpAnnotatedInput()
697 COS << ' '; in DumpAnnotatedInput()
698 COS << ' ' << Note; in DumpAnnotatedInput()
700 COS << '\n'; in DumpAnnotatedInput()