Searched defs:EHScopeStack (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DEHScopeStack.h1 //===-- EHScopeStack.h - Stack for cleanup IR generation --------*- C++ -*-===//
90 class EHScopeStack { class in namespace:clang::CodeGen
95 friend class EHScopeStack;
304 EHScopeStack() : StartOfBuffer(nullptr), EndOfBuffer(nullptr), function in class:clang::CodeGen::EHScopeStack
307 ~EHScopeStack() { delete[] StartOfBuffer; }

Completed in 123 milliseconds