|
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.
Definition at line 38 of file Stream.h.
Referenced by HighlightSettings().
| llvm::StringRef lldb_private::Stream::HighlightSettings::prefix |
ANSI color code to start colorization.
Definition at line 39 of file Stream.h.
Referenced by HighlightSettings().
| llvm::StringRef lldb_private::Stream::HighlightSettings::suffix |
ANSI color code to end colorization.
Definition at line 40 of file Stream.h.
Referenced by HighlightSettings().