LLVM 22.0.0git
llvm::DelimitedScope Struct Referenceabstract

#include "llvm/Support/ScopedPrinter.h"

Inheritance diagram for llvm::DelimitedScope:
[legend]

Public Member Functions

 DelimitedScope (ScopedPrinter &W)
 DelimitedScope ()
virtual ~DelimitedScope ()=default
virtual void setPrinter (ScopedPrinter &W)=0

Public Attributes

ScopedPrinterW

Detailed Description

Definition at line 563 of file ScopedPrinter.h.

Constructor & Destructor Documentation

◆ DelimitedScope() [1/2]

llvm::DelimitedScope::DelimitedScope ( ScopedPrinter & W)
inline

◆ DelimitedScope() [2/2]

llvm::DelimitedScope::DelimitedScope ( )
inline

Definition at line 565 of file ScopedPrinter.h.

References W.

◆ ~DelimitedScope()

virtual llvm::DelimitedScope::~DelimitedScope ( )
virtualdefault

Member Function Documentation

◆ setPrinter()

virtual void llvm::DelimitedScope::setPrinter ( ScopedPrinter & W)
pure virtual

Implemented in llvm::DictScope, and llvm::ListScope.

References W.

Member Data Documentation

◆ W


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