Searched refs:getExceptionDecl (Results 1 – 15 of 15) sorted by relevance
50 VarDecl *getExceptionDecl() const { return ExceptionDecl; } in getExceptionDecl() function
1906 TRY_TO(TraverseDecl(S->getExceptionDecl()));
3601 if (!H->getExceptionDecl()) { in ActOnCXXTryBlock()3605 } else if (H->getExceptionDecl()->isInvalidDecl()) in ActOnCXXTryBlock()3632 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()3635 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()3647 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()3650 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
6758 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt()
541 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
3307 if (CS->getExceptionDecl() == nullptr) { in VisitCXXTryStmt()3347 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()4018 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()4351 if (CS->getExceptionDecl()) in print_block()4352 CS->getExceptionDecl()->print(OS, PrintingPolicy(Helper.getLangOpts()), in print_block()
2702 return Node.getExceptionDecl() == nullptr; in AST_MATCHER()
550 if (C->getExceptionDecl()) { in EnterCXXTryStmt()
3765 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
895 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
515 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
1693 dumpDecl(Node->getExceptionDecl()); in VisitCXXCatchStmt()
4864 if (VarDecl *FromExceptionDecl = S->getExceptionDecl()) { in VisitCXXCatchStmt()
1140 Writer.AddDeclRef(S->getExceptionDecl(), Record); in VisitCXXCatchStmt()
2315 AddDecl(S->getExceptionDecl()); in VisitCXXCatchStmt()