LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::DelimitedScope< Open, Close > Struct Template Reference

#include "llvm/Support/ScopedPrinter.h"

Collaboration diagram for llvm::DelimitedScope< Open, Close >:
Collaboration graph
[legend]

Public Member Functions

 DelimitedScope (ScopedPrinter &W)
 
 DelimitedScope (ScopedPrinter &W, StringRef N)
 
 ~DelimitedScope ()
 

Public Attributes

ScopedPrinterW
 

Detailed Description

template<char Open, char Close>
struct llvm::DelimitedScope< Open, Close >

Definition at line 362 of file ScopedPrinter.h.

Constructor & Destructor Documentation

◆ DelimitedScope() [1/2]

template<char Open, char Close>
llvm::DelimitedScope< Open, Close >::DelimitedScope ( ScopedPrinter W)
inlineexplicit

◆ DelimitedScope() [2/2]

template<char Open, char Close>
llvm::DelimitedScope< Open, Close >::DelimitedScope ( ScopedPrinter W,
StringRef  N 
)
inline

◆ ~DelimitedScope()

template<char Open, char Close>
llvm::DelimitedScope< Open, Close >::~DelimitedScope ( )
inline

Definition at line 376 of file ScopedPrinter.h.

References llvm::RISCVFenceField::W.

Member Data Documentation

◆ W

template<char Open, char Close>
ScopedPrinter& llvm::DelimitedScope< Open, Close >::W

Definition at line 381 of file ScopedPrinter.h.


The documentation for this struct was generated from the following file: