Searched refs:HighlightStyle (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Highlighter.cpp | 18 void HighlightStyle::ColorStyle::Apply(Stream &s, llvm::StringRef value) const { in Apply() 22 void HighlightStyle::ColorStyle::Set(llvm::StringRef prefix, in Set() 28 void DefaultHighlighter::Highlight(const HighlightStyle &options, in Highlight() 52 static HighlightStyle::ColorStyle GetColor(const char *c) { in GetColor() 53 return HighlightStyle::ColorStyle(c, "${ansi.normal}"); in GetColor() 56 HighlightStyle HighlightStyle::MakeVimStyle() { in MakeVimStyle() 57 HighlightStyle result; in MakeVimStyle() 73 std::string Highlighter::Highlight(const HighlightStyle &options, in Highlight()
|
| H A D | SourceManager.cpp | 545 HighlightStyle style; in DisplaySourceLines() 548 style = HighlightStyle::MakeVimStyle(); in DisplaySourceLines()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Highlighter.h | 26 struct HighlightStyle { struct 95 static HighlightStyle MakeVimStyle(); 123 virtual void Highlight(const HighlightStyle &options, llvm::StringRef line, 128 std::string Highlight(const HighlightStyle &options, llvm::StringRef line, 139 void Highlight(const HighlightStyle &options, llvm::StringRef line,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ClangCommon/ |
| H A D | ClangHighlighter.cpp | 47 static HighlightStyle::ColorStyle 50 const HighlightStyle &options, bool &in_pp_directive) { in determineClangStyle() 128 return HighlightStyle::ColorStyle(); in determineClangStyle() 131 void ClangHighlighter::Highlight(const HighlightStyle &options, in Highlight() 223 HighlightStyle::ColorStyle color = in Highlight()
|
| H A D | ClangHighlighter.h | 27 void Highlight(const HighlightStyle &options, llvm::StringRef line,
|