LLVM 20.0.0git
|
This is the complete list of members for llvm::WithColor, including all inherited members.
AutoDetectFunctionType typedef | llvm::WithColor | |
changeColor(raw_ostream::Colors Color, bool Bold=false, bool BG=false) | llvm::WithColor | |
colorsEnabled() | llvm::WithColor | |
defaultAutoDetectFunction() | llvm::WithColor | static |
defaultErrorHandler(Error Err) | llvm::WithColor | static |
defaultWarningHandler(Error Warning) | llvm::WithColor | static |
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 | |
setAutoDetectFunction(AutoDetectFunctionType NewAutoDetectFunction) | llvm::WithColor | static |
warning() | llvm::WithColor | static |
warning(raw_ostream &OS, StringRef Prefix="", bool DisableColors=false) | llvm::WithColor | static |
WithColor(raw_ostream &OS, HighlightColor S, ColorMode Mode=ColorMode::Auto) | llvm::WithColor | |
WithColor(raw_ostream &OS, raw_ostream::Colors Color=raw_ostream::SAVEDCOLOR, bool Bold=false, bool BG=false, ColorMode Mode=ColorMode::Auto) | llvm::WithColor | inline |
~WithColor() | llvm::WithColor |