Searched refs:getExceptionDecl (Results 1 – 15 of 15) sorted by relevance
49 VarDecl *getExceptionDecl() const { return ExceptionDecl; } in getExceptionDecl() function
682 Visit(Node->getExceptionDecl()); in VisitCXXCatchStmt()
2243 TRY_TO(TraverseDecl(S->getExceptionDecl()));
4411 if (!H->getExceptionDecl()) { in ActOnCXXTryBlock()4415 } else if (H->getExceptionDecl()->isInvalidDecl()) in ActOnCXXTryBlock()4442 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()4445 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()4457 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()4460 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
1551 if (!FinalHandler->getExceptionDecl()) in canThrow()
8118 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt()
4315 if (CS->getExceptionDecl() == nullptr) { in VisitCXXTryStmt()4355 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()5181 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()5668 if (CS->getExceptionDecl()) in print_block()5669 CS->getExceptionDecl()->print(OS, PrintingPolicy(Helper.getLangOpts()), in print_block()
957 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
619 if (C->getExceptionDecl()) { in EnterCXXTryStmt()
895 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
4672 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
566 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
6491 auto ToExceptionDecl = importChecked(Err, S->getExceptionDecl()); in VisitCXXCatchStmt()
4430 return Node.getExceptionDecl() == nullptr; in AST_MATCHER()
1530 Record.AddDeclRef(S->getExceptionDecl()); in VisitCXXCatchStmt()