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:
Method Overview
- public ListScope()
- public ListScope(llvm::ScopedPrinter & W)
- public ListScope(llvm::ScopedPrinter & W, llvm::StringRef N)
- public void setPrinter(llvm::ScopedPrinter & W)
- public ~ListScope()
Inherited from DelimitedScope:
Methods
¶ListScope()
ListScope()
Declared at: llvm/include/llvm/Support/ScopedPrinter.h:819
¶ListScope(llvm::ScopedPrinter& W)
ListScope(llvm::ScopedPrinter& W)
Declared at: llvm/include/llvm/Support/ScopedPrinter.h:820
Parameters
¶ListScope(llvm::ScopedPrinter& W,
llvm::StringRef N)
ListScope(llvm::ScopedPrinter& W,
llvm::StringRef N)
Declared at: llvm/include/llvm/Support/ScopedPrinter.h:822
Parameters
¶void setPrinter(llvm::ScopedPrinter& W)
void setPrinter(llvm::ScopedPrinter& W)
Declared at: llvm/include/llvm/Support/ScopedPrinter.h:826
Parameters
¶~ListScope()
~ListScope()
Declared at: llvm/include/llvm/Support/ScopedPrinter.h:831