Searched refs:getExceptionDecl (Results 1 – 11 of 11) sorted by relevance
50 VarDecl *getExceptionDecl() const { return ExceptionDecl; } in getExceptionDecl() function
1989 TRY_TO(TraverseDecl(S->getExceptionDecl()));
436 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
2877 if (CS->getExceptionDecl() == 0) { in VisitCXXTryStmt()2917 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()3504 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()3804 if (CS->getExceptionDecl()) in print_block()3805 CS->getExceptionDecl()->print(OS, PrintingPolicy(Helper->getLangOpts()), in print_block()
593 if (C->getExceptionDecl()) { in EnterCXXTryStmt()1144 VarDecl *CatchParam = S->getExceptionDecl(); in BeginCatch()
2996 return stmt->getExceptionDecl()->getTypeSpecStartLoc(); in getTypeSpecStartLoc()3021 if (!Handler->getExceptionDecl()) { in ActOnCXXTryBlock()
5974 if (S->getExceptionDecl()) { in TransformCXXCatchStmt()5975 VarDecl *ExceptionDecl = S->getExceptionDecl(); in TransformCXXCatchStmt()
518 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
1904 TRY_TO(TraverseDecl(S->getExceptionDecl()));
2042 AddDecl(S->getExceptionDecl()); in VisitCXXCatchStmt()
1086 Writer.AddDeclRef(S->getExceptionDecl(), Record); in VisitCXXCatchStmt()