LLVM 20.0.0git
|
#include "llvm/DebugInfo/PDB/Native/LinePrinter.h"
Public Member Functions | |
AutoIndent (LinePrinter &L, uint32_t Amount=0) | |
AutoIndent (const PrintScope &Scope) | |
~AutoIndent () | |
Public Attributes | |
LinePrinter * | L = nullptr |
uint32_t | Amount = 0 |
Definition at line 132 of file LinePrinter.h.
|
inlineexplicit |
Definition at line 133 of file LinePrinter.h.
References Amount, llvm::pdb::LinePrinter::Indent(), and L.
|
inlineexplicit |
Definition at line 137 of file LinePrinter.h.
|
inline |
Definition at line 141 of file LinePrinter.h.
References Amount, L, and llvm::pdb::LinePrinter::Unindent().
uint32_t llvm::pdb::AutoIndent::Amount = 0 |
Definition at line 147 of file LinePrinter.h.
Referenced by AutoIndent(), and ~AutoIndent().
LinePrinter* llvm::pdb::AutoIndent::L = nullptr |
Definition at line 146 of file LinePrinter.h.
Referenced by AutoIndent(), and ~AutoIndent().