Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp80 PDB_ColorItem StatementColor = Line->isStatement() in start() local
83 WithColor(Printer, StatementColor).get() << LineStart; in start()
85 WithColor(Printer, StatementColor).get() << " - " << LineEnd; in start()
91 WithColor(Printer, StatementColor).get() << ColumnStart; in start()
93 WithColor(Printer, StatementColor).get() << " - " << ColumnEnd; in start()