reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
22 : OS(OS), DisableColors(DisableColors) { 27 OS.changeColor(raw_ostream::YELLOW); 30 OS.changeColor(raw_ostream::GREEN); 33 OS.changeColor(raw_ostream::BLUE); 36 OS.changeColor(raw_ostream::CYAN); 39 OS.changeColor(raw_ostream::MAGENTA); 42 OS.changeColor(raw_ostream::RED); 45 OS.changeColor(raw_ostream::RED, true); 48 OS.changeColor(raw_ostream::MAGENTA, true); 51 OS.changeColor(raw_ostream::BLACK, true); 54 OS.changeColor(raw_ostream::BLUE, true);