Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCRuntime.h148 virtual CatchTypeInfo getCatchAllTypeInfo() { return { nullptr, 0 }; } in getCatchAllTypeInfo() function
H A DCGCXXABI.cpp333 CatchTypeInfo CGCXXABI::getCatchAllTypeInfo() { in getCatchAllTypeInfo() function in CGCXXABI
H A DCGObjCRuntime.cpp178 auto catchAll = getCatchAllTypeInfo(); in EmitTryCatchStmt()
H A DCGCXXABI.h269 virtual CatchTypeInfo getCatchAllTypeInfo();
H A DCGObjCGNU.cpp1533 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anon128dbe400111::CGObjCGNUstep2
1534 return CGM.getCXXABI().getCatchAllTypeInfo(); in getCatchAllTypeInfo()
H A DCGException.cpp645 CatchScope->setHandler(I, CGM.getCXXABI().getCatchAllTypeInfo(), Handler); in EnterCXXTryStmt()
H A DMicrosoftCXXABI.cpp137 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anondeb872430111::MicrosoftCXXABI