OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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