|
LLVM 23.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 518 of file ScopedPrinter.h.
|
inline |
Definition at line 519 of file ScopedPrinter.h.
References W.
Referenced by llvm::DictScope::DictScope(), llvm::DictScope::DictScope(), llvm::ListScope::ListScope(), and llvm::ListScope::ListScope().
|
inline |
Definition at line 520 of file ScopedPrinter.h.
References W.
|
virtualdefault |
|
pure virtual |
Implemented in llvm::DictScope, and llvm::ListScope.
References W.
| ScopedPrinter* llvm::DelimitedScope::W |
Definition at line 523 of file ScopedPrinter.h.
Referenced by DelimitedScope(), DelimitedScope(), llvm::DictScope::DictScope(), llvm::DictScope::DictScope(), llvm::ListScope::ListScope(), llvm::ListScope::ListScope(), setPrinter(), llvm::DictScope::setPrinter(), llvm::ListScope::setPrinter(), llvm::DictScope::~DictScope(), and llvm::ListScope::~ListScope().