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

Declarations

tools/lldb/include/lldb/Core/Highlighter.h
  119   std::string Highlight(const HighlightStyle &options, llvm::StringRef line,

References

tools/lldb/unittests/Language/Highlighting/HighlighterTest.cpp
   94   std::string output = h.Highlight(style, code, llvm::Optional<size_t>());
  103   return mgr.getDefaultHighlighter().Highlight(style, code, cursor);
  134   return h.Highlight(style, code, cursor);