Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyCompilandDumper.cpp81 PDB_ColorItem StatementColor = Line->isStatement() in start() local
84 WithColor(Printer, StatementColor).get() << LineStart; in start()
86 WithColor(Printer, StatementColor).get() << " - " << LineEnd; in start()
92 WithColor(Printer, StatementColor).get() << ColumnStart; in start()
94 WithColor(Printer, StatementColor).get() << " - " << ColumnEnd; in start()
/external/llvm/tools/llvm-pdbdump/
DCompilandDumper.cpp72 PDB_ColorItem StatementColor = Line->isStatement() in start() local
75 WithColor(Printer, StatementColor).get() << LineStart; in start()
77 WithColor(Printer, StatementColor).get() << " - " << LineEnd; in start()