Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DRenderingSupport.h20 class ColoredRawOstream {
21 ColoredRawOstream(const ColoredRawOstream &OS) = delete;
27 ColoredRawOstream(raw_ostream &OS, bool IsColorUsed) in ColoredRawOstream() function
30 ColoredRawOstream(ColoredRawOstream &&Other) in ColoredRawOstream() function
37 ~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);
DCoverageViewOptions.h37 ColoredRawOstream colored_ostream(raw_ostream &OS, in colored_ostream()