Home
last modified time | relevance | path

Searched defs:WithColor (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DSyntaxHighlighting.cpp21 WithColor::WithColor(llvm::raw_ostream &OS, enum HighlightColor Type) : OS(OS) { in WithColor() function in WithColor
/external/llvm/tools/llvm-pdbdump/
DLinePrinter.cpp83 WithColor::WithColor(LinePrinter &P, PDB_ColorItem C) : OS(P.OS) { in WithColor() function in WithColor
DLinePrinter.h23 friend class WithColor; variable