LLVM 22.0.0git
llvm::ListScope Struct Reference

#include "llvm/Support/ScopedPrinter.h"

Inheritance diagram for llvm::ListScope:
[legend]

Public Member Functions

 ListScope ()=default
 ListScope (ScopedPrinter &W)
 ListScope (ScopedPrinter &W, StringRef N)
void setPrinter (ScopedPrinter &W) override
 ~ListScope ()
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 887 of file ScopedPrinter.h.

Constructor & Destructor Documentation

◆ ListScope() [1/3]

llvm::ListScope::ListScope ( )
explicitdefault

◆ ListScope() [2/3]

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

◆ ListScope() [3/3]

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

◆ ~ListScope()

llvm::ListScope::~ListScope ( )
inline

Definition at line 900 of file ScopedPrinter.h.

References llvm::DelimitedScope::W.

Member Function Documentation

◆ setPrinter()

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

Implements llvm::DelimitedScope.

Definition at line 895 of file ScopedPrinter.h.

References llvm::DelimitedScope::W.


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