Searched refs:PrettyPrint (Results 1 – 3 of 3) sorted by relevance
40 raw_ostream &OS, bool PrettyPrint, in JSONScopedPrinter() argument43 JOS(OS, /*Indent=*/PrettyPrint ? 2 : 0), in JSONScopedPrinter()
110 static bool PrettyPrint; variable273 opts::PrettyPrint = Args.hasArg(OPT_pretty_print); in parseOptions()636 fouts(), opts::PrettyPrint ? 2 : 0, std::make_unique<ListScope>()); in createWriter()
569 JSONScopedPrinter(raw_ostream &OS, bool PrettyPrint = false,