Home
last modified time | relevance | path

Searched refs:ColorStyle (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DHighlighter.h33 class ColorStyle {
59 ColorStyle selected;
62 ColorStyle identifier;
68 ColorStyle keyword;
70 ColorStyle comment;
72 ColorStyle comma;
74 ColorStyle colon;
76 ColorStyle semicolons;
78 ColorStyle operators;
81 ColorStyle braces;
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DHighlighter.cpp18 void HighlightStyle::ColorStyle::Apply(Stream &s, llvm::StringRef value) const { in Apply()
22 void HighlightStyle::ColorStyle::Set(llvm::StringRef prefix, in Set()
52 static HighlightStyle::ColorStyle GetColor(const char *c) { in GetColor()
53 return HighlightStyle::ColorStyle(c, "${ansi.normal}"); in GetColor()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp47 static HighlightStyle::ColorStyle
128 return HighlightStyle::ColorStyle(); in determineClangStyle()
223 HighlightStyle::ColorStyle color = in Highlight()