LLVM 22.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 134 of file LinePrinter.h.
|
inlineexplicit |
Definition at line 135 of file LinePrinter.h.
|
inlineexplicit |
Definition at line 139 of file LinePrinter.h.
|
inline |
Definition at line 143 of file LinePrinter.h.
uint32_t llvm::pdb::AutoIndent::Amount = 0 |
Definition at line 149 of file LinePrinter.h.
Referenced by AutoIndent(), AutoIndent(), and ~AutoIndent().
LinePrinter* llvm::pdb::AutoIndent::L = nullptr |
Definition at line 148 of file LinePrinter.h.
Referenced by AutoIndent(), AutoIndent(), and ~AutoIndent().