LLVM 20.0.0git
|
#include "llvm/Support/ScopedPrinter.h"
Public Member Functions | |
DelimitedScope (ScopedPrinter &W) | |
DelimitedScope () | |
virtual | ~DelimitedScope ()=default |
virtual void | setPrinter (ScopedPrinter &W)=0 |
Public Attributes | |
ScopedPrinter * | W |
Definition at line 841 of file ScopedPrinter.h.
|
inline |
Definition at line 842 of file ScopedPrinter.h.
|
inline |
Definition at line 843 of file ScopedPrinter.h.
|
virtualdefault |
|
pure virtual |
Implemented in llvm::DictScope, and llvm::ListScope.
ScopedPrinter* llvm::DelimitedScope::W |
Definition at line 846 of file ScopedPrinter.h.
Referenced by llvm::DictScope::DictScope(), llvm::ListScope::ListScope(), llvm::DictScope::setPrinter(), llvm::ListScope::setPrinter(), llvm::DictScope::~DictScope(), and llvm::ListScope::~ListScope().