| /llvm-project-15.0.7/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewText.cpp | 105 Optional<raw_ostream::Colors> Highlight; in renderLine() local 111 Highlight = raw_ostream::RED; in renderLine() 117 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine() 118 getOptions().Colors && Highlight, /*Bold=*/false, in renderLine() 121 if (getOptions().Debug && Highlight) in renderLine() 124 if ((!S->IsGapRegion || (Highlight && *Highlight == raw_ostream::RED)) && in renderLine() 126 Highlight = raw_ostream::RED; in renderLine() 128 Highlight = raw_ostream::CYAN; in renderLine() 130 Highlight = None; in renderLine() 134 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine() [all …]
|
| H A D | SourceCoverageViewHTML.cpp | 538 auto Highlight = [&](const std::string &Snippet, unsigned LC, unsigned RC) { in renderLine() local 552 Snippets[0] = Highlight(Snippets[0], 1, 1 + Snippets[0].size()); in renderLine() 565 Snippets[I + 1] = Highlight(Snippets[I + 1], CurSeg->Col, in renderLine() 570 Snippets.back() = Highlight(Snippets.back(), 1, 1 + Snippets.back().size()); in renderLine()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Highlighter.cpp | 28 void DefaultHighlighter::Highlight(const HighlightStyle &options, in Highlight() function in DefaultHighlighter 73 std::string Highlighter::Highlight(const HighlightStyle &options, in Highlight() function in Highlighter 78 Highlight(options, line, cursor_pos, previous_lines, s); in Highlight()
|
| H A D | SourceManager.cpp | 609 h.Highlight(style, ref, column, "", *s); in DisplaySourceLines()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Highlighter.h | 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,
|
| /llvm-project-15.0.7/lldb/unittests/Language/Highlighting/ |
| H A D | HighlighterTest.cpp | 81 std::string output = h.Highlight(style, code, llvm::Optional<size_t>()); in TEST_F() 90 return mgr.getDefaultHighlighter().Highlight(style, code, cursor); in highlightDefault() 121 return h.Highlight(style, code, cursor); in highlightC()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/ClangCommon/ |
| H A D | ClangHighlighter.h | 26 void Highlight(const HighlightStyle &options, llvm::StringRef line,
|
| H A D | ClangHighlighter.cpp | 132 void ClangHighlighter::Highlight(const HighlightStyle &options, in Highlight() function in ClangHighlighter
|
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.cpp | 108 const char *Highlight() const { return Green(); } in Highlight() function in __anonbb22c1e80111::Decorator 287 Buffer.append("%s", Decor.Highlight()); in PrintMemorySnippet()
|
| /llvm-project-15.0.7/llvm/utils/vim/ |
| H A D | vimrc | 19 " Highlight trailing whitespace and lines longer than 80 columns. 56 " Highlight syntax in programming languages
|
| /llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/ |
| H A D | ranges.ll | 24 ; Highlight the fact that non-argument non-instructions are
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVN/PRE/ |
| H A D | load-pre-licm.ll | 159 ; Highlight that we can PRE into a latch block when there are multiple 197 ; Highlight the fact that we can PRE into a single clobbering latch block
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | call-guard.ll | 114 ; Highlight the limit of the window in a case which would otherwise be mergable
|
| /llvm-project-15.0.7/polly/docs/ |
| H A D | HowToManuallyUseTheIndividualPiecesOfPolly.rst | 77 4. **Highlight the detected SCoPs in the CFGs of the program (requires graphviz/dotty)**
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | XRefs.cpp | 1258 if (auto Highlight = toHighlight(Loc, AST.getTokens())) in findDocumentHighlights() local 1259 Result.push_back(std::move(*Highlight)); in findDocumentHighlights()
|