RAII base for opening and closing a delimited printer scope.

Synopsis

Declared in <llvm/Support/ScopedPrinter.h>

struct DelimitedScope;

Member Functions

Name

Description

DelimitedScope [constructor]

Constructors

~DelimitedScope [destructor] [virtual]

Destroy the delimited scope.

setPrinter [virtual]

Bind this scope to W and begin the delimited region.

Data Members

Name

Description

W

Printer that owns this scope, or null when unbound.

Derived Classes

Name

Description

DictScope

RAII helper that opens and closes an object scope on a printer.

ListScope

RAII helper that opens and closes an array scope on a printer.

Created with MrDocs