Searched refs:CatchStmt (Results 1 – 4 of 4) sorted by relevance
135 const CXXCatchStmt *CatchStmt, ASTContext &Context) { in diagnoseCatchLocations() argument136 if (!CatchStmt) in diagnoseCatchLocations()138 auto CaughtType = CatchStmt->getCaughtType(); in diagnoseCatchLocations()141 auto *VarDecl = CatchStmt->getExceptionDecl(); in diagnoseCatchLocations()
41 void diagnoseCatchLocations(const CXXCatchStmt *CatchStmt,
166 for (const ObjCAtCatchStmt *CatchStmt : S.catch_stmts()) { in EmitTryCatchStmt() local167 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl(); in EmitTryCatchStmt()172 Handler.Body = CatchStmt->getCatchBody(); in EmitTryCatchStmt()
4734 for (const ObjCAtCatchStmt *CatchStmt : AtTryStmt->catch_stmts()) { in EmitTryOrSynchronizedStmt() local4735 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); in EmitTryOrSynchronizedStmt()4764 CGF.EmitStmt(CatchStmt->getCatchBody()); in EmitTryOrSynchronizedStmt()4810 CGF.EmitStmt(CatchStmt->getCatchBody()); in EmitTryOrSynchronizedStmt()