Lines Matching refs:COS
668 WithColor COS(*LineOS, raw_ostream::SAVEDCOLOR, /*Bold=*/false, in DumpAnnotatedInput() local
672 COS.changeColor(raw_ostream::CYAN, true, true); in DumpAnnotatedInput()
683 COS.resetColor(); in DumpAnnotatedInput()
685 COS.changeColor(raw_ostream::CYAN, true, true); in DumpAnnotatedInput()
688 COS << ' '; in DumpAnnotatedInput()
690 COS << *InputFilePtr; in DumpAnnotatedInput()
700 WithColor COS(*LineOS, AnnotationItr->Marker.Color, /*Bold=*/true, in DumpAnnotatedInput() local
703 COS << left_justify(AnnotationItr->Label, LabelWidth) << " "; in DumpAnnotatedInput()
706 COS << ' '; in DumpAnnotatedInput()
707 COS << AnnotationItr->Marker.Lead; in DumpAnnotatedInput()
711 COS << '~'; in DumpAnnotatedInput()
719 COS << ' '; in DumpAnnotatedInput()
720 COS << ' ' << Note; in DumpAnnotatedInput()
722 COS << '\n'; in DumpAnnotatedInput()