Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGObjCRuntime.h147 virtual CatchTypeInfo getCatchAllTypeInfo() { return { nullptr, 0 }; } in getCatchAllTypeInfo() function
DCGCXXABI.cpp289 CatchTypeInfo CGCXXABI::getCatchAllTypeInfo() { in getCatchAllTypeInfo() function in CGCXXABI
DCGObjCRuntime.cpp179 auto catchAll = getCatchAllTypeInfo(); in EmitTryCatchStmt()
DCGCXXABI.h253 virtual CatchTypeInfo getCatchAllTypeInfo();
DCGObjCGNU.cpp1530 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anond88e11280111::CGObjCGNUstep2
1531 return CGM.getCXXABI().getCatchAllTypeInfo(); in getCatchAllTypeInfo()
DCGException.cpp639 CatchScope->setHandler(I, CGM.getCXXABI().getCatchAllTypeInfo(), Handler); in EnterCXXTryStmt()
DMicrosoftCXXABI.cpp133 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anon0ef5532b0111::MicrosoftCXXABI