Searched refs:getCatchAllTypeInfo (Results 1 – 7 of 7) sorted by relevance
147 virtual CatchTypeInfo getCatchAllTypeInfo() { return {nullptr, 0}; } in getCatchAllTypeInfo() function
336 CatchTypeInfo CGCXXABI::getCatchAllTypeInfo() { in getCatchAllTypeInfo() function in CGCXXABI
175 auto catchAll = getCatchAllTypeInfo(); in EmitTryCatchStmt()
275 virtual CatchTypeInfo getCatchAllTypeInfo();
1542 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anonbab9bb100111::CGObjCGNUstep21543 return CGM.getCXXABI().getCatchAllTypeInfo(); in getCatchAllTypeInfo()
663 CatchScope->setHandler(I, CGM.getCXXABI().getCatchAllTypeInfo(), Handler); in EnterCXXTryStmt()
139 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anon9a42cb130111::MicrosoftCXXABI