Searched refs:getExceptionDecl (Results 1 – 11 of 11) sorted by relevance
46 VarDecl *getExceptionDecl() const { return ExceptionDecl; } in getExceptionDecl() function
1850 TRY_TO(TraverseDecl(S->getExceptionDecl()));
286 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
2783 if (CS->getExceptionDecl() == 0) { in VisitCXXTryStmt()2824 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()3534 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()3828 if (CS->getExceptionDecl()) in print_block()3829 CS->getExceptionDecl()->print(OS, PrintingPolicy(Helper->getLangOpts()), in print_block()
589 if (C->getExceptionDecl()) { in EnterCXXTryStmt()1129 VarDecl *CatchParam = S->getExceptionDecl(); in BeginCatch()
2671 return stmt->getExceptionDecl()->getTypeSpecStartLoc(); in getTypeSpecStartLoc()2696 if (!Handler->getExceptionDecl()) { in ActOnCXXTryBlock()
5791 if (S->getExceptionDecl()) { in TransformCXXCatchStmt()5792 VarDecl *ExceptionDecl = S->getExceptionDecl(); in TransformCXXCatchStmt()
502 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
1776 TRY_TO(TraverseDecl(S->getExceptionDecl()));
1936 AddDecl(S->getExceptionDecl()); in VisitCXXCatchStmt()
1015 Writer.AddDeclRef(S->getExceptionDecl(), Record); in VisitCXXCatchStmt()