Searched refs:prettyOutput (Results 1 – 2 of 2) sorted by relevance
52 bool prettyOutput = false)53 : in(in), out(out), style(style), prettyOutput(prettyOutput) {} in in()86 bool prettyOutput; variable
219 os << llvm::formatv(prettyOutput ? "{0:2}\n" : "{0}", msg); in sendMessage()