Searched refs:getExceptionDecl (Results 1 – 14 of 14) sorted by relevance
50 VarDecl *getExceptionDecl() const { return ExceptionDecl; } in getExceptionDecl() function
2141 TRY_TO(TraverseDecl(S->getExceptionDecl()));
4048 if (!H->getExceptionDecl()) { in ActOnCXXTryBlock()4052 } else if (H->getExceptionDecl()->isInvalidDecl()) in ActOnCXXTryBlock()4079 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()4082 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()4094 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()4097 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
7392 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt()
4077 if (CS->getExceptionDecl() == nullptr) { in VisitCXXTryStmt()4117 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()4841 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()5281 if (CS->getExceptionDecl()) in print_block()5282 CS->getExceptionDecl()->print(OS, PrintingPolicy(Helper.getLangOpts()), in print_block()
826 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
1434 dumpDecl(Node->getExceptionDecl()); in VisitCXXCatchStmt()
555 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
5883 S->getCatchLoc(), S->getExceptionDecl(), S->getHandlerBlock()); in VisitCXXCatchStmt()
569 if (C->getExceptionDecl()) { in EnterCXXTryStmt()
4193 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
867 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
3588 return Node.getExceptionDecl() == nullptr; in AST_MATCHER()
1261 Record.AddDeclRef(S->getExceptionDecl()); in VisitCXXCatchStmt()