HomeSort by relevance Sort by last modified time
    Searched refs:ColoredRawOstream (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/llvm-cov/
RenderingSupport.h 20 class ColoredRawOstream {
21 ColoredRawOstream(const ColoredRawOstream &OS) = delete;
27 ColoredRawOstream(raw_ostream &OS, bool IsColorUsed)
30 ColoredRawOstream(ColoredRawOstream &&Other)
37 ~ColoredRawOstream() {
44 inline raw_ostream &operator<<(const ColoredRawOstream &OS, T &&Value) {
50 inline ColoredRawOstream colored_ostream(raw_ostream &OS,
56 return ColoredRawOstream(OS, IsColorUsed)
    [all...]
CoverageViewOptions.h 30 ColoredRawOstream colored_ostream(raw_ostream &OS,

Completed in 53 milliseconds