struct DictScope

Declaration

struct DictScope : public DelimitedScope { /* full declaration omitted */ };

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

Inherits from: DelimitedScope

Member Variables

Inherited from DelimitedScope:

public W

Method Overview

Inherited from DelimitedScope:

Methods

DictScope()

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

DictScope(llvm::ScopedPrinter& W)

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

Parameters

llvm::ScopedPrinter& W

DictScope(llvm::ScopedPrinter& W,
          llvm::StringRef N)

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

Parameters

llvm::ScopedPrinter& W
llvm::StringRef N

void setPrinter(llvm::ScopedPrinter& W)

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

Parameters

llvm::ScopedPrinter& W

~DictScope()

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