Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.h147 virtual CatchTypeInfo getCatchAllTypeInfo() { return { nullptr, 0 }; } in getCatchAllTypeInfo() function
H A DCGCXXABI.cpp289 CatchTypeInfo CGCXXABI::getCatchAllTypeInfo() { in getCatchAllTypeInfo() function in CGCXXABI
H A DCGObjCRuntime.cpp179 auto catchAll = getCatchAllTypeInfo(); in EmitTryCatchStmt()
H A DCGCXXABI.h253 virtual CatchTypeInfo getCatchAllTypeInfo();
H A DCGObjCGNU.cpp1528 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anon119c321b0111::CGObjCGNUstep2
1529 return CGM.getCXXABI().getCatchAllTypeInfo(); in getCatchAllTypeInfo()
H A DCGException.cpp639 CatchScope->setHandler(I, CGM.getCXXABI().getCatchAllTypeInfo(), Handler); in EnterCXXTryStmt()
H A DMicrosoftCXXABI.cpp133 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anonb3a31e5e0111::MicrosoftCXXABI