struct AutoIndent
Declaration
struct AutoIndent { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/PDB/Native/LinePrinter.h:132
Member Variables
- public llvm::pdb::LinePrinter* L = nullptr
- public uint32_t Amount = 0
Method Overview
- public AutoIndent(llvm::pdb::LinePrinter & L, uint32_t Amount = 0)
- public AutoIndent(const llvm::pdb::PrintScope & Scope)
- public ~AutoIndent()
Methods
¶AutoIndent(llvm::pdb::LinePrinter& L,
uint32_t Amount = 0)
AutoIndent(llvm::pdb::LinePrinter& L,
uint32_t Amount = 0)
Declared at: llvm/include/llvm/DebugInfo/PDB/Native/LinePrinter.h:133
Parameters
- llvm::pdb::LinePrinter& L
- uint32_t Amount = 0
¶AutoIndent(const llvm::pdb::PrintScope& Scope)
AutoIndent(const llvm::pdb::PrintScope& Scope)
Declared at: llvm/include/llvm/DebugInfo/PDB/Native/LinePrinter.h:137
Parameters
- const llvm::pdb::PrintScope& Scope
¶~AutoIndent()
~AutoIndent()
Declared at: llvm/include/llvm/DebugInfo/PDB/Native/LinePrinter.h:141