Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h49 VarDecl *getExceptionDecl() const { return ExceptionDecl; } in getExceptionDecl() function
H A DASTNodeTraverser.h842 Visit(Node->getExceptionDecl()); in VisitCXXCatchStmt()
H A DRecursiveASTVisitor.h2450 TRY_TO(TraverseDecl(S->getExceptionDecl()));
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4347 if (!H->getExceptionDecl()) { in ActOnCXXTryBlock()
4351 } else if (H->getExceptionDecl()->isInvalidDecl()) in ActOnCXXTryBlock()
4379 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4382 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4399 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4402 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
H A DSemaExceptionSpec.cpp1589 if (!FinalHandler->getExceptionDecl()) in canThrow()
H A DTreeTransform.h9137 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4704 if (CS->getExceptionDecl() == nullptr) { in VisitCXXTryStmt()
4744 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()
5578 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()
6078 if (const VarDecl *ED = CS->getExceptionDecl()) in print_block()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp1123 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp643 if (C->getExceptionDecl()) { in EnterCXXTryStmt()
H A DItaniumCXXABI.cpp5061 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
H A DMicrosoftCXXABI.cpp919 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp659 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
H A DASTImporter.cpp7436 auto ToExceptionDecl = importChecked(Err, S->getExceptionDecl()); in VisitCXXCatchStmt()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4843 return Node.getExceptionDecl() == nullptr; in AST_MATCHER()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1660 Record.AddDeclRef(S->getExceptionDecl()); in VisitCXXCatchStmt()