My Project
Public Member Functions | List of all members
mlir::OpBuilder::InsertionGuard Class Reference

RAII guard to reset the insertion point of the builder when destroyed. More...

#include <Builders.h>

Public Member Functions

 InsertionGuard (OpBuilder &builder)
 
 ~InsertionGuard ()
 

Detailed Description

RAII guard to reset the insertion point of the builder when destroyed.

Constructor & Destructor Documentation

◆ InsertionGuard()

mlir::OpBuilder::InsertionGuard::InsertionGuard ( OpBuilder builder)
inline

◆ ~InsertionGuard()

mlir::OpBuilder::InsertionGuard::~InsertionGuard ( )
inline

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