Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.h145 virtual CatchTypeInfo getCatchAllTypeInfo() { return { nullptr, 0 }; } in getCatchAllTypeInfo() function
H A DCGCXXABI.cpp315 CatchTypeInfo CGCXXABI::getCatchAllTypeInfo() { in getCatchAllTypeInfo() function in CGCXXABI
H A DCGObjCRuntime.cpp181 auto catchAll = getCatchAllTypeInfo(); in EmitTryCatchStmt()
H A DCGCXXABI.h254 virtual CatchTypeInfo getCatchAllTypeInfo();
H A DCGException.cpp589 CatchScope->setHandler(I, CGM.getCXXABI().getCatchAllTypeInfo(), Handler); in EnterCXXTryStmt()
H A DCGObjCGNU.cpp1473 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anon0fc3211f0111::CGObjCGNUstep2
1474 return CGM.getCXXABI().getCatchAllTypeInfo(); in getCatchAllTypeInfo()
H A DMicrosoftCXXABI.cpp133 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anon08ea40620111::MicrosoftCXXABI