LLVM 19.0.0git
Public Member Functions | List of all members
llvm::ListScope Struct Reference

#include "llvm/Support/ScopedPrinter.h"

Inheritance diagram for llvm::ListScope:
Inheritance graph
[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
 
virtual void setPrinter (ScopedPrinter &W)=0
 

Additional Inherited Members

- Public Attributes inherited from llvm::DelimitedScope
ScopedPrinterW
 

Detailed Description

Definition at line 868 of file ScopedPrinter.h.

Constructor & Destructor Documentation

◆ ListScope() [1/3]

llvm::ListScope::ListScope ( )
explicitdefault

◆ ListScope() [2/3]

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

Definition at line 870 of file ScopedPrinter.h.

References llvm::ScopedPrinter::arrayBegin(), and llvm::DelimitedScope::W.

◆ ListScope() [3/3]

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

Definition at line 872 of file ScopedPrinter.h.

References llvm::ScopedPrinter::arrayBegin(), N, and llvm::DelimitedScope::W.

◆ ~ListScope()

llvm::ListScope::~ListScope ( )
inline

Definition at line 881 of file ScopedPrinter.h.

References llvm::ScopedPrinter::arrayEnd(), and llvm::DelimitedScope::W.

Member Function Documentation

◆ setPrinter()

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

Implements llvm::DelimitedScope.

Definition at line 876 of file ScopedPrinter.h.

References llvm::ScopedPrinter::arrayBegin(), and llvm::DelimitedScope::W.


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