Home
last modified time | relevance | path

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

/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()
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 DSourceManager.cpp545 HighlightStyle style; in DisplaySourceLines()
548 style = HighlightStyle::MakeVimStyle(); in DisplaySourceLines()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DHighlighter.h26 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 DClangHighlighter.cpp47 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 DClangHighlighter.h27 void Highlight(const HighlightStyle &options, llvm::StringRef line,