clang API Documentation

Public Member Functions
clang::CodeGen::EHScopeStack::ConditionalCleanup1< T, A0 > Class Template Reference

#include <EHScopeStack.h>

Inheritance diagram for clang::CodeGen::EHScopeStack::ConditionalCleanup1< T, A0 >:
Inheritance graph
[legend]
Collaboration diagram for clang::CodeGen::EHScopeStack::ConditionalCleanup1< T, A0 >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ConditionalCleanup1 (A0_saved a0)

Detailed Description

template<class T, class A0>
class clang::CodeGen::EHScopeStack::ConditionalCleanup1< T, A0 >

ConditionalCleanupN stores the saved form of its N parameters, then restores them and performs the cleanup.

Definition at line 181 of file EHScopeStack.h.


Constructor & Destructor Documentation

template<class T , class A0 >
clang::CodeGen::EHScopeStack::ConditionalCleanup1< T, A0 >::ConditionalCleanup1 ( A0_saved  a0) [inline]

Definition at line 191 of file EHScopeStack.h.


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