Lines Matching refs:WithColor
262 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "L:"; in DumpInputAnnotationHelp()
270 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "T:L"; in DumpInputAnnotationHelp()
278 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "T:L'N"; in DumpInputAnnotationHelp()
283 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "^~~"; in DumpInputAnnotationHelp()
286 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "!~~"; in DumpInputAnnotationHelp()
293 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "X~~"; in DumpInputAnnotationHelp()
299 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "?"; in DumpInputAnnotationHelp()
304 WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "..."; in DumpInputAnnotationHelp()
310 WithColor(OS, raw_ostream::GREEN, true) << "success"; in DumpInputAnnotationHelp()
312 WithColor(OS, raw_ostream::RED, true) << "error"; in DumpInputAnnotationHelp()
314 WithColor(OS, raw_ostream::MAGENTA, true) << "fuzzy match"; in DumpInputAnnotationHelp()
316 WithColor(OS, raw_ostream::CYAN, true, false) << "discarded match"; in DumpInputAnnotationHelp()
318 WithColor(OS, raw_ostream::CYAN, true, true) << "unmatched input"; in DumpInputAnnotationHelp()
525 WithColor(OS, raw_ostream::BLACK, /*Bold=*/true) in DumpEllipsisOrElidedLines()
615 WithColor(OS).colorsEnabled() ? ColorMode::Enable : ColorMode::Disable; in DumpAnnotatedInput()
648 WithColor(*LineOS, raw_ostream::BLACK, /*Bold=*/true, /*BF=*/false, in DumpAnnotatedInput()
668 WithColor COS(*LineOS, raw_ostream::SAVEDCOLOR, /*Bold=*/false, in DumpAnnotatedInput()
700 WithColor COS(*LineOS, AnnotationItr->Marker.Color, /*Bold=*/true, in DumpAnnotatedInput()