Searched refs:getExceptionDecl (Results 1 – 15 of 15) sorted by relevance
49 VarDecl *getExceptionDecl() const { return ExceptionDecl; } in getExceptionDecl() function
799 Visit(Node->getExceptionDecl()); in VisitCXXCatchStmt()
2407 TRY_TO(TraverseDecl(S->getExceptionDecl()));
4232 if (!H->getExceptionDecl()) { in ActOnCXXTryBlock()4236 } else if (H->getExceptionDecl()->isInvalidDecl()) in ActOnCXXTryBlock()4264 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()4267 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()4284 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()4287 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
1564 if (!FinalHandler->getExceptionDecl()) in canThrow()
8787 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt()
1151 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
4592 if (CS->getExceptionDecl() == nullptr) { in VisitCXXTryStmt()4632 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()5469 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()5963 if (const VarDecl *ED = CS->getExceptionDecl()) in print_block()
643 if (C->getExceptionDecl()) { in EnterCXXTryStmt()
924 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
5014 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
650 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
7089 auto ToExceptionDecl = importChecked(Err, S->getExceptionDecl()); in VisitCXXCatchStmt()
4750 return Node.getExceptionDecl() == nullptr; in AST_MATCHER()
1637 Record.AddDeclRef(S->getExceptionDecl()); in VisitCXXCatchStmt()