My Project
Public Member Functions | Public Attributes | List of all members
mlir::NestedPatternContext Class Reference

#include <NestedMatcher.h>

Public Member Functions

 NestedPatternContext ()
 
 ~NestedPatternContext ()
 

Public Attributes

llvm::BumpPtrAllocator allocator
 

Detailed Description

RAII structure to transparently manage the bump allocator for NestedPattern and NestedMatch classes. This avoids passing a context to all the API functions.

Constructor & Destructor Documentation

◆ NestedPatternContext()

mlir::NestedPatternContext::NestedPatternContext ( )
inline

◆ ~NestedPatternContext()

mlir::NestedPatternContext::~NestedPatternContext ( )
inline

Member Data Documentation

◆ allocator

llvm::BumpPtrAllocator mlir::NestedPatternContext::allocator

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