Searched refs:getCatchAllTypeInfo (Results 1 – 7 of 7) sorted by relevance
148 virtual CatchTypeInfo getCatchAllTypeInfo() { return { nullptr, 0 }; } in getCatchAllTypeInfo() function
333 CatchTypeInfo CGCXXABI::getCatchAllTypeInfo() { in getCatchAllTypeInfo() function in CGCXXABI
178 auto catchAll = getCatchAllTypeInfo(); in EmitTryCatchStmt()
269 virtual CatchTypeInfo getCatchAllTypeInfo();
1533 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anon128dbe400111::CGObjCGNUstep21534 return CGM.getCXXABI().getCatchAllTypeInfo(); in getCatchAllTypeInfo()
645 CatchScope->setHandler(I, CGM.getCXXABI().getCatchAllTypeInfo(), Handler); in EnterCXXTryStmt()
137 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anondeb872430111::MicrosoftCXXABI