LLVM 22.0.0git
llvm::DictScope Struct Reference

#include "llvm/Support/ScopedPrinter.h"

Inheritance diagram for llvm::DictScope:
[legend]

Public Member Functions

 DictScope ()=default
 DictScope (ScopedPrinter &W)
 DictScope (ScopedPrinter &W, StringRef N)
void setPrinter (ScopedPrinter &W) override
 ~DictScope ()
Public Member Functions inherited from llvm::DelimitedScope
 DelimitedScope (ScopedPrinter &W)
 DelimitedScope ()
virtual ~DelimitedScope ()=default

Additional Inherited Members

Public Attributes inherited from llvm::DelimitedScope
ScopedPrinterW

Detailed Description

Definition at line 868 of file ScopedPrinter.h.

Constructor & Destructor Documentation

◆ DictScope() [1/3]

llvm::DictScope::DictScope ( )
explicitdefault

◆ DictScope() [2/3]

llvm::DictScope::DictScope ( ScopedPrinter & W)
inlineexplicit

◆ DictScope() [3/3]

llvm::DictScope::DictScope ( ScopedPrinter & W,
StringRef N )
inline

◆ ~DictScope()

llvm::DictScope::~DictScope ( )
inline

Definition at line 881 of file ScopedPrinter.h.

References llvm::DelimitedScope::W.

Member Function Documentation

◆ setPrinter()

void llvm::DictScope::setPrinter ( ScopedPrinter & W)
inlineoverridevirtual

Implements llvm::DelimitedScope.

Definition at line 876 of file ScopedPrinter.h.

References llvm::DelimitedScope::W.


The documentation for this struct was generated from the following file: