Searched refs:getExceptionDecl (Results 1 – 16 of 16) sorted by relevance
49 VarDecl *getExceptionDecl() const { return ExceptionDecl; } in getExceptionDecl() function
702 Visit(Node->getExceptionDecl()); in VisitCXXCatchStmt()
2366 TRY_TO(TraverseDecl(S->getExceptionDecl()));
4475 if (!H->getExceptionDecl()) { in ActOnCXXTryBlock()4479 } else if (H->getExceptionDecl()->isInvalidDecl()) in ActOnCXXTryBlock()4506 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()4509 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()4521 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()4524 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
1570 if (!FinalHandler->getExceptionDecl()) in canThrow()
8334 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt()
4586 if (CS->getExceptionDecl() == nullptr) { in VisitCXXTryStmt()4626 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()5463 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()5951 if (const VarDecl *ED = CS->getExceptionDecl()) in print_block()
1146 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
625 if (C->getExceptionDecl()) { in EnterCXXTryStmt()
914 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
4664 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
642 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
6738 auto ToExceptionDecl = importChecked(Err, S->getExceptionDecl()); in VisitCXXCatchStmt()
4514 return Node.getExceptionDecl() == nullptr; in AST_MATCHER()
1526 Record.AddDeclRef(S->getExceptionDecl()); in VisitCXXCatchStmt()
2818 AddDecl(S->getExceptionDecl()); in VisitCXXCatchStmt()