struct DelimitedScope
Declaration
template <char Open, char Close>
struct DelimitedScope { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/ScopedPrinter.h:361
Templates
- char Open
- char Close
Member Variables
- public llvm::ScopedPrinter& W
Method Overview
- public DelimitedScope<Open, Close>(llvm::ScopedPrinter & W)
- public DelimitedScope<Open, Close>(llvm::ScopedPrinter & W, llvm::StringRef N)
- public ~DelimitedScope<Open, Close>()
Methods
¶DelimitedScope<Open, Close>(
llvm::ScopedPrinter& W)
DelimitedScope<Open, Close>(
llvm::ScopedPrinter& W)
Declared at: llvm/include/llvm/Support/ScopedPrinter.h:362
Parameters
¶DelimitedScope<Open, Close>(
llvm::ScopedPrinter& W,
llvm::StringRef N)
DelimitedScope<Open, Close>(
llvm::ScopedPrinter& W,
llvm::StringRef N)
Declared at: llvm/include/llvm/Support/ScopedPrinter.h:367
Parameters
¶~DelimitedScope<Open, Close>()
~DelimitedScope<Open, Close>()
Declared at: llvm/include/llvm/Support/ScopedPrinter.h:375