struct DictScope
Declaration
struct DictScope : public DelimitedScope { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/ScopedPrinter.h:799
Inherits from: DelimitedScope
Member Variables
Inherited from DelimitedScope:
Method Overview
- public DictScope()
- public DictScope(llvm::ScopedPrinter & W)
- public DictScope(llvm::ScopedPrinter & W, llvm::StringRef N)
- public void setPrinter(llvm::ScopedPrinter & W)
- public ~DictScope()
Inherited from DelimitedScope:
Methods
¶DictScope()
DictScope()
Declared at: llvm/include/llvm/Support/ScopedPrinter.h:800
¶DictScope(llvm::ScopedPrinter& W)
DictScope(llvm::ScopedPrinter& W)
Declared at: llvm/include/llvm/Support/ScopedPrinter.h:801
Parameters
¶DictScope(llvm::ScopedPrinter& W,
llvm::StringRef N)
DictScope(llvm::ScopedPrinter& W,
llvm::StringRef N)
Declared at: llvm/include/llvm/Support/ScopedPrinter.h:803
Parameters
¶void setPrinter(llvm::ScopedPrinter& W)
void setPrinter(llvm::ScopedPrinter& W)
Declared at: llvm/include/llvm/Support/ScopedPrinter.h:807
Parameters
¶~DictScope()
~DictScope()
Declared at: llvm/include/llvm/Support/ScopedPrinter.h:812