LLVM
8.0.1
|
This is the complete list of members for llvm::WithColor, including all inherited members.
changeColor(raw_ostream::Colors Color, bool Bold=false, bool BG=false) | llvm::WithColor | |
colorsEnabled() | llvm::WithColor | |
error() | llvm::WithColor | static |
error(raw_ostream &OS, StringRef Prefix="", bool DisableColors=false) | llvm::WithColor | static |
get() | llvm::WithColor | inline |
note() | llvm::WithColor | static |
note(raw_ostream &OS, StringRef Prefix="", bool DisableColors=false) | llvm::WithColor | static |
operator raw_ostream &() | llvm::WithColor | inline |
operator<<(T &O) | llvm::WithColor | inline |
operator<<(const T &O) | llvm::WithColor | inline |
remark() | llvm::WithColor | static |
remark(raw_ostream &OS, StringRef Prefix="", bool DisableColors=false) | llvm::WithColor | static |
resetColor() | llvm::WithColor | |
warning() | llvm::WithColor | static |
warning(raw_ostream &OS, StringRef Prefix="", bool DisableColors=false) | llvm::WithColor | static |
WithColor(raw_ostream &OS, HighlightColor S, bool DisableColors=false) | llvm::WithColor | |
WithColor(raw_ostream &OS, raw_ostream::Colors Color=raw_ostream::SAVEDCOLOR, bool Bold=false, bool BG=false, bool DisableColors=false) | llvm::WithColor | inline |
~WithColor() | llvm::WithColor |