Searched refs:CatchStmt (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp167 const ObjCAtCatchStmt *CatchStmt = S.getCatchStmt(I); local
168 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl();
173 Handler.Body = CatchStmt->getCatchBody();
H A DCGObjCMac.cpp4776 const ObjCAtCatchStmt *CatchStmt = AtTryStmt->getCatchStmt(I); local
4778 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl();
4807 CGF.EmitStmt(CatchStmt->getCatchBody());
4853 CGF.EmitStmt(CatchStmt->getCatchBody());

Completed in 110 milliseconds