Home
last modified time | relevance | path

Searched refs:HighlightStyle (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp19 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 DSourceManager.cpp635 HighlightStyle style; in DisplaySourceLines()
638 style = HighlightStyle::MakeVimStyle(); in DisplaySourceLines()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h24 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 DClangHighlighter.cpp49 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 DClangHighlighter.h27 void Highlight(const HighlightStyle &options, llvm::StringRef line,