clang 22.0.0git
Classes | Namespaces | Enumerations
EHScopeStack.h File Reference
#include "llvm/ADT/SmallVector.h"

Go to the source code of this file.

Classes

class  clang::CIRGen::EHScopeStack
 A stack of scopes which respond to exceptions, including cleanups and catch blocks. More...
 
class  clang::CIRGen::EHScopeStack::stable_iterator
 A saved depth on the scope stack. More...
 
class  clang::CIRGen::EHScopeStack::Cleanup
 Information for lazily generating a cleanup. More...
 

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  clang::CIRGen
 

Enumerations

enum  clang::CIRGen::CleanupKind : unsigned {
  clang::CIRGen::EHCleanup = 0x1 , clang::CIRGen::NormalCleanup = 0x2 , clang::CIRGen::NormalAndEHCleanup = EHCleanup | NormalCleanup , clang::CIRGen::LifetimeMarker = 0x8 ,
  clang::CIRGen::NormalEHLifetimeMarker = LifetimeMarker | NormalAndEHCleanup
}