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

/external/clang/lib/CodeGen/
H A DCGCleanup.h46 friend class EHCatchScope;
138 class EHCatchScope : public EHScope { class in namespace:clang::CodeGen
169 return sizeof(EHCatchScope) + N * sizeof(Handler);
172 EHCatchScope(unsigned numHandlers, function in class:clang::CodeGen::EHCatchScope
200 // EHCatchScope object if the handlers should live longer than EHCatchScope.
470 Ptr += EHCatchScope::getSizeForNumHandlers(
471 static_cast<const EHCatchScope*>(get())->getNumHandlers());
522 EHCatchScope &scope = cast<EHCatchScope>(*begi
[all...]

Completed in 60 milliseconds