Home
last modified time | relevance | path

Searched refs:getExceptionDecl (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h49 VarDecl *getExceptionDecl() const { return ExceptionDecl; } in getExceptionDecl() function
H A DASTNodeTraverser.h708 Visit(Node->getExceptionDecl()); in VisitCXXCatchStmt()
H A DRecursiveASTVisitor.h2349 TRY_TO(TraverseDecl(S->getExceptionDecl()));
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4530 if (!H->getExceptionDecl()) { in ActOnCXXTryBlock()
4534 } else if (H->getExceptionDecl()->isInvalidDecl()) in ActOnCXXTryBlock()
4562 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4565 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4582 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4585 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
H A DSemaExceptionSpec.cpp1579 if (!FinalHandler->getExceptionDecl()) in canThrow()
H A DTreeTransform.h8492 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp1151 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4595 if (CS->getExceptionDecl() == nullptr) { in VisitCXXTryStmt()
4635 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()
5472 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()
5966 if (const VarDecl *ED = CS->getExceptionDecl()) in print_block()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp643 if (C->getExceptionDecl()) { in EnterCXXTryStmt()
H A DMicrosoftCXXABI.cpp926 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
H A DItaniumCXXABI.cpp4739 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp647 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
H A DASTImporter.cpp6987 auto ToExceptionDecl = importChecked(Err, S->getExceptionDecl()); in VisitCXXCatchStmt()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4752 return Node.getExceptionDecl() == nullptr; in AST_MATCHER()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1627 Record.AddDeclRef(S->getExceptionDecl()); in VisitCXXCatchStmt()