Home
last modified time | relevance | path

Searched refs:getCatchAllTypeInfo (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h148 virtual CatchTypeInfo getCatchAllTypeInfo() { return { nullptr, 0 }; } in getCatchAllTypeInfo() function
H A DCGCXXABI.cpp338 CatchTypeInfo CGCXXABI::getCatchAllTypeInfo() { in getCatchAllTypeInfo() function in CGCXXABI
H A DCGObjCRuntime.cpp177 auto catchAll = getCatchAllTypeInfo(); in EmitTryCatchStmt()
H A DCGCXXABI.h275 virtual CatchTypeInfo getCatchAllTypeInfo();
H A DCGObjCGNU.cpp1542 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anonbab9bb100111::CGObjCGNUstep2
1543 return CGM.getCXXABI().getCatchAllTypeInfo(); in getCatchAllTypeInfo()
H A DCGException.cpp663 CatchScope->setHandler(I, CGM.getCXXABI().getCatchAllTypeInfo(), Handler); in EnterCXXTryStmt()
H A DMicrosoftCXXABI.cpp138 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anon9a42cb130111::MicrosoftCXXABI