Searched refs:getExceptionDecl (Results 1 – 16 of 16) sorted by relevance
49 VarDecl *getExceptionDecl() const { return ExceptionDecl; } in getExceptionDecl() function
658 Visit(Node->getExceptionDecl()); in VisitCXXCatchStmt()
2229 TRY_TO(TraverseDecl(S->getExceptionDecl()));
4463 if (!H->getExceptionDecl()) { in ActOnCXXTryBlock()4467 } else if (H->getExceptionDecl()->isInvalidDecl()) in ActOnCXXTryBlock()4494 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()4497 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()4509 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()4512 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
1550 if (!FinalHandler->getExceptionDecl()) in canThrow()
8095 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt()
4308 if (CS->getExceptionDecl() == nullptr) { in VisitCXXTryStmt()4348 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()5174 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()5661 if (CS->getExceptionDecl()) in print_block()5662 CS->getExceptionDecl()->print(OS, PrintingPolicy(Helper.getLangOpts()), in print_block()
957 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
619 if (C->getExceptionDecl()) { in EnterCXXTryStmt()
4631 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
895 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
565 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
6362 auto ToExceptionDecl = importChecked(Err, S->getExceptionDecl()); in VisitCXXCatchStmt()
4418 return Node.getExceptionDecl() == nullptr; in AST_MATCHER()
1519 Record.AddDeclRef(S->getExceptionDecl()); in VisitCXXCatchStmt()
2676 AddDecl(S->getExceptionDecl()); in VisitCXXCatchStmt()