Searched refs:Colors (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A Draw_ostream.h63 enum Colors { enum in class:llvm::raw_ostream
218 virtual raw_ostream &changeColor(enum Colors Color,
391 virtual raw_ostream &changeColor(enum Colors colors, bool bold=false,
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DGraphWriter.cpp60 static const char* Colors[NumColors] = { local
64 return Colors[ColorNumber % NumColors];
H A Draw_ostream.cpp614 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold,
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DTextDiagnostic.cpp27 static const enum raw_ostream::Colors noteColor =
29 static const enum raw_ostream::Colors fixitColor =
31 static const enum raw_ostream::Colors caretColor =
33 static const enum raw_ostream::Colors warningColor =
35 static const enum raw_ostream::Colors templateColor =
37 static const enum raw_ostream::Colors errorColor = raw_ostream::RED;
38 static const enum raw_ostream::Colors fatalColor = raw_ostream::RED;
40 static const enum raw_ostream::Colors savedColor =
/freebsd-10.0-release/bin/ls/
H A Dprint.c81 typedef enum Colors { enum
96 } Colors; typedef in typeref:enum:Colors
447 printcolor(Colors c)
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp33 // Colors used for various parts of the AST dump
36 raw_ostream::Colors Color;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp3952 const raw_ostream::Colors Color = raw_ostream::BLUE;
3981 const raw_ostream::Colors Color = raw_ostream::MAGENTA;

Completed in 220 milliseconds