Home
last modified time | relevance | path

Searched refs:Highlight (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp170 std::optional<raw_ostream::Colors> Highlight; in renderLine() local
176 Highlight = raw_ostream::RED; in renderLine()
182 colored_ostream(OS, Highlight.value_or(raw_ostream::SAVEDCOLOR), in renderLine()
183 getOptions().Colors && Highlight, /*Bold=*/false, in renderLine()
186 if (getOptions().Debug && Highlight) in renderLine()
189 if ((!S->IsGapRegion || Highlight == raw_ostream::RED) && S->HasCount && in renderLine()
191 Highlight = raw_ostream::RED; in renderLine()
193 Highlight = raw_ostream::CYAN; in renderLine()
195 Highlight = std::nullopt; in renderLine()
199 colored_ostream(OS, Highlight.value_or(raw_ostream::SAVEDCOLOR), in renderLine()
[all …]
H A DSourceCoverageViewHTML.cpp967 auto Highlight = [&](const std::string &Snippet, unsigned LC, unsigned RC) { in renderLine() local
984 Snippets[0] = Highlight(Snippets[0], 1, 1 + Snippets[0].size()); in renderLine()
997 Snippets[I + 1] = Highlight(Snippets[I + 1], CurSeg->Col, in renderLine()
1002 Snippets.back() = Highlight(Snippets.back(), 1, 1 + Snippets.back().size()); in renderLine()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp29 void DefaultHighlighter::Highlight(const HighlightStyle &options, in Highlight() function in DefaultHighlighter
74 std::string Highlighter::Highlight(const HighlightStyle &options, in Highlight() function in Highlighter
79 Highlight(options, line, cursor_pos, previous_lines, s); in Highlight()
H A DSourceManager.cpp698 h.Highlight(style, ref, column, "", *s); in DisplaySourceLines()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h115 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.h27 void Highlight(const HighlightStyle &options, llvm::StringRef line,
H A DClangHighlighter.cpp133 void ClangHighlighter::Highlight(const HighlightStyle &options, in Highlight() function in ClangHighlighter
/freebsd/contrib/less/
H A Dless.hlp63 ^K Highlight matches, but don't move (KEEP position).
159 Highlight only last match for searches.
209 Highlight first new line after full screen movement.
211 Highlight first new line after any movement.
244 Highlight the target line.
306 Highlight or color the entire line containing a mark.
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp111 struct Highlight { struct
122 using HighlightList = std::vector<Highlight>;
744 for (const RelexRewriteCache::Highlight &H : CacheIt->second) { in HighlightMacros()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp108 const char *Highlight() const { return Green(); } in Highlight() function in __anonef5d40b80111::Decorator
295 Buffer.Append(Decor.Highlight()); in PrintMemorySnippet()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp3151 bool Highlight = false; in getNodeAttributes() local
3156 Highlight = ContextIds.contains(ContextIdForDot); in getNodeAttributes()
3158 Highlight = set_intersects(ContextIds, G->DotAllocContextIds); in getNodeAttributes()
3164 if (Highlight) in getNodeAttributes()
3167 (Twine(",fillcolor=\"") + getColor(Node->AllocTypes, Highlight) + "\"") in getNodeAttributes()
3184 bool Highlight = false; in getEdgeAttributes() local
3189 Highlight = Edge->ContextIds.contains(ContextIdForDot); in getEdgeAttributes()
3191 Highlight = set_intersects(Edge->ContextIds, G->DotAllocContextIds); in getEdgeAttributes()
3193 auto Color = getColor(Edge->AllocTypes, Highlight); in getEdgeAttributes()
3203 if (Highlight) in getEdgeAttributes()
[all …]
/freebsd/contrib/ncurses/misc/
H A Demx.src97 # Highlight controls corresponding to the ANSI.SYS standard. Most
118 # Highlight controls corresponding to the ANSI.SYS standard. *All*
H A Dterminfo.src420 # Highlight controls corresponding to the ANSI.SYS standard. Most
438 # Highlight controls corresponding to the ANSI.SYS standard. *All*
3554 # + normal (not X10 or Highlight tracking) mouse now works.
8522 # - Mouse Highlight Tracking
/freebsd/contrib/tnftp/
H A DChangeLog95 - Highlight when tests are for a specific option.
/freebsd/contrib/xz/
H A DChangeLog19748 liblzma: Highlight liblzma API headers should not be included directly.