Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtCXX.h49 VarDecl *getExceptionDecl() const { return ExceptionDecl; } in getExceptionDecl() function
HDASTNodeTraverser.h799 Visit(Node->getExceptionDecl()); in VisitCXXCatchStmt()
HDRecursiveASTVisitor.h2407 TRY_TO(TraverseDecl(S->getExceptionDecl()));
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp4232 if (!H->getExceptionDecl()) { in ActOnCXXTryBlock()
4236 } else if (H->getExceptionDecl()->isInvalidDecl()) in ActOnCXXTryBlock()
4264 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4267 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4284 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4287 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
HDSemaExceptionSpec.cpp1564 if (!FinalHandler->getExceptionDecl()) in canThrow()
HDTreeTransform.h8787 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngineCXX.cpp1151 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp4592 if (CS->getExceptionDecl() == nullptr) { in VisitCXXTryStmt()
4632 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()
5469 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()
5963 if (const VarDecl *ED = CS->getExceptionDecl()) in print_block()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGException.cpp643 if (C->getExceptionDecl()) { in EnterCXXTryStmt()
HDMicrosoftCXXABI.cpp924 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
HDItaniumCXXABI.cpp5014 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDStmtPrinter.cpp650 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
HDASTImporter.cpp7089 auto ToExceptionDecl = importChecked(Err, S->getExceptionDecl()); in VisitCXXCatchStmt()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h4750 return Node.getExceptionDecl() == nullptr; in AST_MATCHER()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp1637 Record.AddDeclRef(S->getExceptionDecl()); in VisitCXXCatchStmt()