Searched refs:getExceptionDecl (Results 1 – 15 of 15) sorted by relevance
49 VarDecl *getExceptionDecl() const { return ExceptionDecl; } in getExceptionDecl() function
708 Visit(Node->getExceptionDecl()); in VisitCXXCatchStmt()
2349 TRY_TO(TraverseDecl(S->getExceptionDecl()));
4530 if (!H->getExceptionDecl()) { in ActOnCXXTryBlock()4534 } else if (H->getExceptionDecl()->isInvalidDecl()) in ActOnCXXTryBlock()4562 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()4565 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()4582 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()4585 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
1579 if (!FinalHandler->getExceptionDecl()) in canThrow()
8492 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt()
1151 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
4595 if (CS->getExceptionDecl() == nullptr) { in VisitCXXTryStmt()4635 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()5472 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()5966 if (const VarDecl *ED = CS->getExceptionDecl()) in print_block()
643 if (C->getExceptionDecl()) { in EnterCXXTryStmt()
926 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
4739 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
647 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
6987 auto ToExceptionDecl = importChecked(Err, S->getExceptionDecl()); in VisitCXXCatchStmt()
4752 return Node.getExceptionDecl() == nullptr; in AST_MATCHER()
1627 Record.AddDeclRef(S->getExceptionDecl()); in VisitCXXCatchStmt()