Searched refs:StyleRange (Results 1 – 2 of 2) sorted by relevance
45 struct StyleRange { struct49 StyleRange(unsigned S, unsigned E, enum llvm::raw_ostream::Colors C) in StyleRange() argument117 ArrayRef<StyleRange> Styles);
1131 static std::unique_ptr<llvm::SmallVector<TextDiagnostic::StyleRange>[]>1138 std::make_unique<SmallVector<TextDiagnostic::StyleRange>[]>( in highlightLines()1165 [PP, &LangOpts](SmallVector<TextDiagnostic::StyleRange> &Vec, in highlightLines()1235 SmallVector<TextDiagnostic::StyleRange> &LineRanges = in highlightLines()1255 SmallVector<TextDiagnostic::StyleRange> &LineRanges = in highlightLines()1351 std::unique_ptr<SmallVector<StyleRange>[]> SourceStyles = in emitSnippetAndCaret()1453 ArrayRef<StyleRange> Styles) { in emitSnippet()1482 const auto *CharStyle = llvm::find_if(Styles, [I](const StyleRange &R) { in emitSnippet()