LLDB mainline
|
Struct to store information for color highlighting in the stream. More...
#include <Stream.h>
Public Member Functions | |
HighlightSettings (llvm::StringRef p, llvm::StringRef pre, llvm::StringRef suf) | |
Public Attributes | |
llvm::StringRef | pattern |
Regex pattern for highlighting. | |
llvm::StringRef | prefix |
ANSI color code to start colorization. | |
llvm::StringRef | suffix |
ANSI color code to end colorization. | |
Struct to store information for color highlighting in the stream.
|
inline |
llvm::StringRef lldb_private::Stream::HighlightSettings::pattern |
Regex pattern for highlighting.
llvm::StringRef lldb_private::Stream::HighlightSettings::prefix |
ANSI color code to start colorization.
llvm::StringRef lldb_private::Stream::HighlightSettings::suffix |
ANSI color code to end colorization.