|
LLVM
4.0.0
|
#include <ScopedPrinter.h>
Public Member Functions | |
| DelimitedScope (ScopedPrinter &W) | |
| DelimitedScope (ScopedPrinter &W, StringRef N) | |
| ~DelimitedScope () | |
Public Attributes | |
| ScopedPrinter & | W |
Definition at line 351 of file ScopedPrinter.h.
|
inlineexplicit |
Definition at line 352 of file ScopedPrinter.h.
References llvm::ScopedPrinter::indent(), and llvm::ScopedPrinter::startLine().
|
inline |
Definition at line 357 of file ScopedPrinter.h.
References llvm::StringRef::empty(), llvm::ScopedPrinter::getOStream(), llvm::ScopedPrinter::indent(), N, and llvm::ScopedPrinter::startLine().
|
inline |
Definition at line 365 of file ScopedPrinter.h.
References llvm::ScopedPrinter::startLine(), llvm::ScopedPrinter::unindent(), and llvm::DelimitedScope< Open, Close >::W.
| ScopedPrinter& llvm::DelimitedScope< Open, Close >::W |
Definition at line 370 of file ScopedPrinter.h.
Referenced by llvm::DelimitedScope< Open, Close >::~DelimitedScope().
1.8.6