CIRCT  18.0.0git
Public Attributes | List of all members
lec::Scope Struct Reference

RAII struct to indent the output streams. More...

#include <Utility.h>

Collaboration diagram for lec::Scope:
Collaboration graph
[legend]

Public Attributes

mlir::raw_indented_ostream::DelimitedScope indentDbgs = lec::dbgs().scope()
 
mlir::raw_indented_ostream::DelimitedScope indentErrs = lec::errs().scope()
 
mlir::raw_indented_ostream::DelimitedScope indentOuts = lec::outs().scope()
 

Detailed Description

RAII struct to indent the output streams.

Definition at line 44 of file Utility.h.

Member Data Documentation

◆ indentDbgs

mlir::raw_indented_ostream::DelimitedScope lec::Scope::indentDbgs = lec::dbgs().scope()

Definition at line 45 of file Utility.h.

◆ indentErrs

mlir::raw_indented_ostream::DelimitedScope lec::Scope::indentErrs = lec::errs().scope()

Definition at line 46 of file Utility.h.

◆ indentOuts

mlir::raw_indented_ostream::DelimitedScope lec::Scope::indentOuts = lec::outs().scope()

Definition at line 47 of file Utility.h.


The documentation for this struct was generated from the following file: