reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Core/Highlighter.h
   88   static HighlightStyle MakeVimStyle();
  114   virtual void Highlight(const HighlightStyle &options, llvm::StringRef line,
  119   std::string Highlight(const HighlightStyle &options, llvm::StringRef line,
  130   void Highlight(const HighlightStyle &options, llvm::StringRef line,
tools/lldb/source/Core/Highlighter.cpp
   28 void DefaultHighlighter::Highlight(const HighlightStyle &options,
   52 static HighlightStyle::ColorStyle GetColor(const char *c) {
   56 HighlightStyle HighlightStyle::MakeVimStyle() {
   57   HighlightStyle result;
   73 std::string Highlighter::Highlight(const HighlightStyle &options,
tools/lldb/source/Core/SourceManager.cpp
  540   HighlightStyle style;
  543     style = HighlightStyle::MakeVimStyle();
tools/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp
   47 static HighlightStyle::ColorStyle
   50                     const HighlightStyle &options, bool &in_pp_directive) {
  131 void ClangHighlighter::Highlight(const HighlightStyle &options,
  224     HighlightStyle::ColorStyle color =
tools/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.h
   26   void Highlight(const HighlightStyle &options, llvm::StringRef line,
tools/lldb/unittests/Language/Highlighting/HighlighterTest.cpp
   89   HighlightStyle style;
  100 highlightDefault(llvm::StringRef code, HighlightStyle style,
  109   HighlightStyle style;
  114   HighlightStyle style;
  123   HighlightStyle style;
  130 highlightC(llvm::StringRef code, HighlightStyle style,
  138   HighlightStyle s;
  143   HighlightStyle s;
  150   HighlightStyle s;
  158   HighlightStyle s;
  165   HighlightStyle s;
  172   HighlightStyle s;
  179   HighlightStyle s;
  186   HighlightStyle s;
  193   HighlightStyle s;
  201   HighlightStyle s;
  209   HighlightStyle s;
  217   HighlightStyle s;
  224   HighlightStyle s;
  232   HighlightStyle s;
  250   HighlightStyle s;
  257   HighlightStyle s;
  265   HighlightStyle s;
  274   HighlightStyle s;
  283   HighlightStyle s;