Home
last modified time | relevance | path

Searched refs:ColoredRawOstream (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/tools/llvm-cov/
H A DRenderingSupport.h19 class ColoredRawOstream {
20 ColoredRawOstream(const ColoredRawOstream &OS) = delete;
26 ColoredRawOstream(raw_ostream &OS, bool IsColorUsed) in ColoredRawOstream() function
29 ColoredRawOstream(ColoredRawOstream &&Other) in ColoredRawOstream() function
36 ~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);
H A DCoverageViewOptions.h58 ColoredRawOstream colored_ostream(raw_ostream &OS, in colored_ostream()