Searched refs:getCatchAllTypeInfo (Results 1 – 7 of 7) sorted by relevance
143 virtual CatchTypeInfo getCatchAllTypeInfo() { return { nullptr, 0 }; } in getCatchAllTypeInfo() function
309 CatchTypeInfo CGCXXABI::getCatchAllTypeInfo() { in getCatchAllTypeInfo() function in CGCXXABI
178 auto catchAll = getCatchAllTypeInfo(); in EmitTryCatchStmt()
249 virtual CatchTypeInfo getCatchAllTypeInfo();
587 CatchScope->setHandler(I, CGM.getCXXABI().getCatchAllTypeInfo(), Handler); in EnterCXXTryStmt()
1522 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anon786c61a70111::CGObjCGNUstep21523 return CGM.getCXXABI().getCatchAllTypeInfo(); in getCatchAllTypeInfo()
133 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anon0073c6ea0111::MicrosoftCXXABI