Searched refs:getExceptionDecl (Results 1 – 15 of 15) sorted by relevance
50 VarDecl *getExceptionDecl() const { return ExceptionDecl; } in getExceptionDecl() function
2005 TRY_TO(TraverseDecl(S->getExceptionDecl()));
3669 if (!H->getExceptionDecl()) { in ActOnCXXTryBlock()3673 } else if (H->getExceptionDecl()->isInvalidDecl()) in ActOnCXXTryBlock()3700 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()3703 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()3715 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()3718 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
6862 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt()
541 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
3334 if (CS->getExceptionDecl() == nullptr) { in VisitCXXTryStmt()3374 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()4050 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()4383 if (CS->getExceptionDecl()) in print_block()4384 CS->getExceptionDecl()->print(OS, PrintingPolicy(Helper.getLangOpts()), in print_block()
550 if (C->getExceptionDecl()) { in EnterCXXTryStmt()
3803 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
895 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
2998 return Node.getExceptionDecl() == nullptr; in AST_MATCHER()
1805 dumpDecl(Node->getExceptionDecl()); in VisitCXXCatchStmt()
516 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
5162 if (VarDecl *FromExceptionDecl = S->getExceptionDecl()) { in VisitCXXCatchStmt()
1152 Record.AddDeclRef(S->getExceptionDecl()); in VisitCXXCatchStmt()
2389 AddDecl(S->getExceptionDecl()); in VisitCXXCatchStmt()