LLVM 20.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 () | |
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 | |
ScopedPrinter * | W |
Definition at line 849 of file ScopedPrinter.h.
|
explicitdefault |
|
inlineexplicit |
Definition at line 851 of file ScopedPrinter.h.
References llvm::ScopedPrinter::objectBegin(), and llvm::DelimitedScope::W.
|
inline |
Definition at line 853 of file ScopedPrinter.h.
References N, llvm::ScopedPrinter::objectBegin(), and llvm::DelimitedScope::W.
|
inline |
Definition at line 862 of file ScopedPrinter.h.
References llvm::ScopedPrinter::objectEnd(), and llvm::DelimitedScope::W.
|
inlineoverridevirtual |
Implements llvm::DelimitedScope.
Definition at line 857 of file ScopedPrinter.h.
References llvm::ScopedPrinter::objectBegin(), and llvm::DelimitedScope::W.