Searched refs:getExceptionDecl (Results 1 – 15 of 15) sorted by relevance
49 VarDecl *getExceptionDecl() const { return ExceptionDecl; } in getExceptionDecl() function
842 Visit(Node->getExceptionDecl()); in VisitCXXCatchStmt()
2450 TRY_TO(TraverseDecl(S->getExceptionDecl()));
4347 if (!H->getExceptionDecl()) { in ActOnCXXTryBlock()4351 } else if (H->getExceptionDecl()->isInvalidDecl()) in ActOnCXXTryBlock()4379 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()4382 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()4399 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()4402 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
1589 if (!FinalHandler->getExceptionDecl()) in canThrow()
9137 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt()
4704 if (CS->getExceptionDecl() == nullptr) { in VisitCXXTryStmt()4744 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()5578 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()6078 if (const VarDecl *ED = CS->getExceptionDecl()) in print_block()
1123 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
643 if (C->getExceptionDecl()) { in EnterCXXTryStmt()
5061 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
919 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
659 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
7436 auto ToExceptionDecl = importChecked(Err, S->getExceptionDecl()); in VisitCXXCatchStmt()
4843 return Node.getExceptionDecl() == nullptr; in AST_MATCHER()
1660 Record.AddDeclRef(S->getExceptionDecl()); in VisitCXXCatchStmt()