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

Methods

DelimitedScope<Open, Close>(
    llvm::ScopedPrinter& W)

Declared at: llvm/include/llvm/Support/ScopedPrinter.h:362

Parameters

llvm::ScopedPrinter& W

DelimitedScope<Open, Close>(
    llvm::ScopedPrinter& W,
    llvm::StringRef N)

Declared at: llvm/include/llvm/Support/ScopedPrinter.h:367

Parameters

llvm::ScopedPrinter& W
llvm::StringRef N

~DelimitedScope<Open, Close>()

Declared at: llvm/include/llvm/Support/ScopedPrinter.h:375