Searched refs:ColoredRawOstream (Results 1 – 2 of 2) sorted by relevance
20 class ColoredRawOstream {21 ColoredRawOstream(const ColoredRawOstream &OS) = delete;27 ColoredRawOstream(raw_ostream &OS, bool IsColorUsed) in ColoredRawOstream() function30 ColoredRawOstream(ColoredRawOstream &&Other) in ColoredRawOstream() function37 ~ColoredRawOstream() { in ~ColoredRawOstream()44 inline raw_ostream &operator<<(const ColoredRawOstream &OS, T &&Value) {50 inline ColoredRawOstream colored_ostream(raw_ostream &OS,56 return ColoredRawOstream(OS, IsColorUsed);
30 ColoredRawOstream colored_ostream(raw_ostream &OS, in colored_ostream()