Holds a line printer together with indent and label‐width settings.

Synopsis

Declared in <llvm/DebugInfo/PDB/Native/LinePrinter.h>

struct PrintScope;

Member Functions

Name

Description

PrintScope [constructor]

Constructors

Data Members

Name

Description

IndentLevel

Indentation amount associated with this scope.

LabelWidth

Width used when aligning labels; zero if unused.

P

The line printer used for output in this scope.

Non-Member Functions

Name

Description

withLabelWidth

Return a copy of Scope with its label width set to W.

Created with MrDocs