| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/Support/ScopedPrinter.h"
Public Member Functions | |
| DelimitedScope (ScopedPrinter &W) | |
| DelimitedScope () | |
| virtual | ~DelimitedScope ()=default | 
| virtual void | setPrinter (ScopedPrinter &W)=0 | 
Public Attributes | |
| ScopedPrinter * | W | 
Definition at line 555 of file ScopedPrinter.h.
      
  | 
  inline | 
Definition at line 556 of file ScopedPrinter.h.
References W.
Referenced by llvm::DictScope::DictScope(), llvm::DictScope::DictScope(), llvm::ListScope::ListScope(), and llvm::ListScope::ListScope().
      
  | 
  inline | 
Definition at line 557 of file ScopedPrinter.h.
References W.
      
  | 
  virtualdefault | 
      
  | 
  pure virtual | 
Implemented in llvm::DictScope, and llvm::ListScope.
References W.
| ScopedPrinter* llvm::DelimitedScope::W | 
Definition at line 560 of file ScopedPrinter.h.
Referenced by DelimitedScope(), DelimitedScope(), llvm::DictScope::DictScope(), llvm::DictScope::DictScope(), llvm::ListScope::ListScope(), llvm::ListScope::ListScope(), setPrinter(), llvm::DictScope::setPrinter(), llvm::ListScope::setPrinter(), llvm::DictScope::~DictScope(), and llvm::ListScope::~ListScope().