|
LLVM 22.0.0git
|
#include "llvm/Support/ScopedPrinter.h"
Public Member Functions | |
| DictScope ()=default | |
| DictScope (ScopedPrinter &W) | |
| DictScope (ScopedPrinter &W, StringRef N) | |
| void | setPrinter (ScopedPrinter &W) override |
| ~DictScope () override | |
| Public Member Functions inherited from llvm::DelimitedScope | |
| DelimitedScope (ScopedPrinter &W) | |
| DelimitedScope () | |
| virtual | ~DelimitedScope ()=default |
Additional Inherited Members | |
| Public Attributes inherited from llvm::DelimitedScope | |
| ScopedPrinter * | W |
Definition at line 860 of file ScopedPrinter.h.
|
explicitdefault |
|
inlineexplicit |
Definition at line 862 of file ScopedPrinter.h.
References llvm::DelimitedScope::DelimitedScope(), and llvm::DelimitedScope::W.
|
inline |
Definition at line 864 of file ScopedPrinter.h.
References llvm::DelimitedScope::DelimitedScope(), N, and llvm::DelimitedScope::W.
|
inlineoverride |
Definition at line 873 of file ScopedPrinter.h.
References llvm::DelimitedScope::W.
|
inlineoverridevirtual |
Implements llvm::DelimitedScope.
Definition at line 868 of file ScopedPrinter.h.
References llvm::DelimitedScope::W.