Searched refs:ScopedPrinterKind (Results 1 – 2 of 2) sorted by relevance
102 enum class ScopedPrinterKind { enum108 ScopedPrinterKind Kind = ScopedPrinterKind::Base)111 ScopedPrinterKind getKind() const { return Kind; } in getKind()114 return SP->getKind() == ScopedPrinterKind::Base; in classof()532 ScopedPrinterKind Kind;574 return SP->getKind() == ScopedPrinter::ScopedPrinterKind::JSON; in classof()
42 : ScopedPrinter(OS, ScopedPrinter::ScopedPrinterKind::JSON), in JSONScopedPrinter()