Searched refs:JSONScopedPrinter (Results 1 – 3 of 3) sorted by relevance
39 JSONScopedPrinter::JSONScopedPrinter( in JSONScopedPrinter() function in llvm::JSONScopedPrinter
524 class JSONScopedPrinter : public ScopedPrinter {549 JSONScopedPrinter(raw_ostream &OS, bool PrettyPrint = false,
630 return std::make_unique<JSONScopedPrinter>( in createWriter()