Searched refs:ColoredRawOstream (Results 1 – 2 of 2) sorted by relevance
19 class ColoredRawOstream {20 ColoredRawOstream(const ColoredRawOstream &OS) = delete;26 ColoredRawOstream(raw_ostream &OS, bool IsColorUsed) in ColoredRawOstream() function29 ColoredRawOstream(ColoredRawOstream &&Other) in ColoredRawOstream() function36 ~ColoredRawOstream() { in ~ColoredRawOstream()43 inline raw_ostream &operator<<(const ColoredRawOstream &OS, T &&Value) {49 inline ColoredRawOstream colored_ostream(raw_ostream &OS,55 return ColoredRawOstream(OS, IsColorUsed);
58 ColoredRawOstream colored_ostream(raw_ostream &OS, in colored_ostream()