struct ListScope

Declaration

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

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

Inherits from: DelimitedScope

Member Variables

Inherited from DelimitedScope:

public W

Method Overview

Inherited from DelimitedScope:

Methods

ListScope()

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

ListScope(llvm::ScopedPrinter& W)

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

Parameters

llvm::ScopedPrinter& W

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

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

Parameters

llvm::ScopedPrinter& W
llvm::StringRef N

void setPrinter(llvm::ScopedPrinter& W)

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

Parameters

llvm::ScopedPrinter& W

~ListScope()

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