Home
last modified time | relevance | path

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

/external/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.h246 virtual CatchTypeInfo getCatchAllTypeInfo();
DCGException.cpp612 CatchScope->setHandler(I, CGM.getCXXABI().getCatchAllTypeInfo(), Handler); in EnterCXXTryStmt()
DCGObjCGNU.cpp1525 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anonc5a169470111::CGObjCGNUstep2
1526 return CGM.getCXXABI().getCatchAllTypeInfo(); in getCatchAllTypeInfo()
DMicrosoftCXXABI.cpp133 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anon9578068a0111::MicrosoftCXXABI
/external/clang/lib/CodeGen/
DCGCXXABI.cpp326 CatchTypeInfo CGCXXABI::getCatchAllTypeInfo() { in getCatchAllTypeInfo() function in CGCXXABI
DCGCXXABI.h252 virtual CatchTypeInfo getCatchAllTypeInfo();
DCGException.cpp570 CatchScope->setHandler(I, CGM.getCXXABI().getCatchAllTypeInfo(), Handler); in EnterCXXTryStmt()
DMicrosoftCXXABI.cpp132 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anonf21e351c0111::MicrosoftCXXABI