Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCRuntime.h143 virtual CatchTypeInfo getCatchAllTypeInfo() { return { nullptr, 0 }; } in getCatchAllTypeInfo() function
HDCGCXXABI.cpp309 CatchTypeInfo CGCXXABI::getCatchAllTypeInfo() { in getCatchAllTypeInfo() function in CGCXXABI
HDCGObjCRuntime.cpp178 auto catchAll = getCatchAllTypeInfo(); in EmitTryCatchStmt()
HDCGCXXABI.h249 virtual CatchTypeInfo getCatchAllTypeInfo();
HDCGException.cpp587 CatchScope->setHandler(I, CGM.getCXXABI().getCatchAllTypeInfo(), Handler); in EnterCXXTryStmt()
HDCGObjCGNU.cpp1522 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anon786c61a70111::CGObjCGNUstep2
1523 return CGM.getCXXABI().getCatchAllTypeInfo(); in getCatchAllTypeInfo()
HDMicrosoftCXXABI.cpp133 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anon0073c6ea0111::MicrosoftCXXABI