LLVM  4.0.0
Public Member Functions | List of all members
llvm::IRBuilderBase::InsertPointGuard Class Reference

#include <IRBuilder.h>

Public Member Functions

 InsertPointGuard (IRBuilderBase &B)
 
 InsertPointGuard (const InsertPointGuard &)=delete
 
InsertPointGuardoperator= (const InsertPointGuard &)=delete
 
 ~InsertPointGuard ()
 

Detailed Description

Definition at line 228 of file IRBuilder.h.

Constructor & Destructor Documentation

llvm::IRBuilderBase::InsertPointGuard::InsertPointGuard ( IRBuilderBase B)
inline

Definition at line 235 of file IRBuilder.h.

llvm::IRBuilderBase::InsertPointGuard::InsertPointGuard ( const InsertPointGuard )
delete
llvm::IRBuilderBase::InsertPointGuard::~InsertPointGuard ( )
inline

Member Function Documentation

InsertPointGuard& llvm::IRBuilderBase::InsertPointGuard::operator= ( const InsertPointGuard )
delete

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