Searched refs:getExceptionDecl (Results 1 – 12 of 12) sorted by relevance
50 VarDecl *getExceptionDecl() const { return ExceptionDecl; } in getExceptionDecl() function
1883 TRY_TO(TraverseDecl(S->getExceptionDecl()));
1900 TRY_TO(TraverseDecl(S->getExceptionDecl()));
485 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
3163 if (CS->getExceptionDecl() == nullptr) { in VisitCXXTryStmt()3203 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()3860 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()4193 if (CS->getExceptionDecl()) in print_block()4194 CS->getExceptionDecl()->print(OS, PrintingPolicy(Helper.getLangOpts()), in print_block()
597 if (C->getExceptionDecl()) { in EnterCXXTryStmt()1092 VarDecl *CatchParam = S->getExceptionDecl(); in BeginCatch()
3175 return stmt->getExceptionDecl()->getTypeSpecStartLoc(); in getTypeSpecStartLoc()3201 if (!Handler->getExceptionDecl()) { in ActOnCXXTryBlock()
6114 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt()
512 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
1567 dumpDecl(Node->getExceptionDecl()); in VisitCXXCatchStmt()
1091 Writer.AddDeclRef(S->getExceptionDecl(), Record); in VisitCXXCatchStmt()
2107 AddDecl(S->getExceptionDecl()); in VisitCXXCatchStmt()