Searched refs:getCatchAllTypeInfo (Results 1 – 7 of 7) sorted by relevance
147 virtual CatchTypeInfo getCatchAllTypeInfo() { return { nullptr, 0 }; } in getCatchAllTypeInfo() function
289 CatchTypeInfo CGCXXABI::getCatchAllTypeInfo() { in getCatchAllTypeInfo() function in CGCXXABI
179 auto catchAll = getCatchAllTypeInfo(); in EmitTryCatchStmt()
253 virtual CatchTypeInfo getCatchAllTypeInfo();
1530 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anond88e11280111::CGObjCGNUstep21531 return CGM.getCXXABI().getCatchAllTypeInfo(); in getCatchAllTypeInfo()
639 CatchScope->setHandler(I, CGM.getCXXABI().getCatchAllTypeInfo(), Handler); in EnterCXXTryStmt()
133 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anon0ef5532b0111::MicrosoftCXXABI