Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDScopedPrinter.h102 enum class ScopedPrinterKind { enum
108 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()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDScopedPrinter.cpp42 : ScopedPrinter(OS, ScopedPrinter::ScopedPrinterKind::JSON), in JSONScopedPrinter()