Searched refs:getCatchAllTypeInfo (Results 1 – 7 of 7) sorted by relevance
145 virtual CatchTypeInfo getCatchAllTypeInfo() { return { nullptr, 0 }; } in getCatchAllTypeInfo() function
315 CatchTypeInfo CGCXXABI::getCatchAllTypeInfo() { in getCatchAllTypeInfo() function in CGCXXABI
181 auto catchAll = getCatchAllTypeInfo(); in EmitTryCatchStmt()
254 virtual CatchTypeInfo getCatchAllTypeInfo();
589 CatchScope->setHandler(I, CGM.getCXXABI().getCatchAllTypeInfo(), Handler); in EnterCXXTryStmt()
1473 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anon0fc3211f0111::CGObjCGNUstep21474 return CGM.getCXXABI().getCatchAllTypeInfo(); in getCatchAllTypeInfo()
133 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anon08ea40620111::MicrosoftCXXABI