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

/external/clang/lib/CodeGen/
H A DCGCleanup.h58 friend class EHCatchScope;
153 class EHCatchScope : public EHScope { class in namespace:clang::CodeGen
184 return sizeof(EHCatchScope) + N * sizeof(Handler);
187 EHCatchScope(unsigned numHandlers, function in class:clang::CodeGen::EHCatchScope
221 // EHCatchScope object if the handlers should live longer than EHCatchScope.
522 Size = EHCatchScope::getSizeForNumHandlers(
523 static_cast<const EHCatchScope *>(get())->getNumHandlers());
577 EHCatchScope &scope = cast<EHCatchScope>(*begi
[all...]

Completed in 98 milliseconds