Searched refs:HighlightStyle (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Highlighter.cpp | 19 void HighlightStyle::ColorStyle::Apply(Stream &s, llvm::StringRef value) const { in Apply() 23 void HighlightStyle::ColorStyle::Set(llvm::StringRef prefix, in Set() 29 void DefaultHighlighter::Highlight(const HighlightStyle &options, in Highlight() 53 static HighlightStyle::ColorStyle GetColor(const char *c) { in GetColor() 54 return HighlightStyle::ColorStyle(c, "${ansi.normal}"); in GetColor() 57 HighlightStyle HighlightStyle::MakeVimStyle() { in MakeVimStyle() 58 HighlightStyle result; in MakeVimStyle() 74 std::string Highlighter::Highlight(const HighlightStyle &options, in Highlight()
|
H A D | SourceManager.cpp | 635 HighlightStyle style; in DisplaySourceLines() 638 style = HighlightStyle::MakeVimStyle(); in DisplaySourceLines()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Highlighter.h | 24 struct HighlightStyle { struct 87 static HighlightStyle MakeVimStyle(); 115 virtual void Highlight(const HighlightStyle &options, llvm::StringRef line, 120 std::string Highlight(const HighlightStyle &options, llvm::StringRef line, 131 void Highlight(const HighlightStyle &options, llvm::StringRef line,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
H A D | ClangHighlighter.cpp | 49 static HighlightStyle::ColorStyle 52 const HighlightStyle &options, bool &in_pp_directive) { in determineClangStyle() 130 return HighlightStyle::ColorStyle(); in determineClangStyle() 133 void ClangHighlighter::Highlight(const HighlightStyle &options, in Highlight() 242 HighlightStyle::ColorStyle color = in Highlight()
|
H A D | ClangHighlighter.h | 27 void Highlight(const HighlightStyle &options, llvm::StringRef line,
|