Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtCXX.h49 VarDecl *getExceptionDecl() const { return ExceptionDecl; } in getExceptionDecl() function
H A DASTNodeTraverser.h702 Visit(Node->getExceptionDecl()); in VisitCXXCatchStmt()
H A DRecursiveASTVisitor.h2366 TRY_TO(TraverseDecl(S->getExceptionDecl()));
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp4475 if (!H->getExceptionDecl()) { in ActOnCXXTryBlock()
4479 } else if (H->getExceptionDecl()->isInvalidDecl()) in ActOnCXXTryBlock()
4506 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4509 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4521 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4524 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
H A DSemaExceptionSpec.cpp1570 if (!FinalHandler->getExceptionDecl()) in canThrow()
H A DTreeTransform.h8334 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp4586 if (CS->getExceptionDecl() == nullptr) { in VisitCXXTryStmt()
4626 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()
5463 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()
5951 if (const VarDecl *ED = CS->getExceptionDecl()) in print_block()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp1146 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGException.cpp625 if (C->getExceptionDecl()) { in EnterCXXTryStmt()
H A DMicrosoftCXXABI.cpp914 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
H A DItaniumCXXABI.cpp4664 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtPrinter.cpp642 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
H A DASTImporter.cpp6738 auto ToExceptionDecl = importChecked(Err, S->getExceptionDecl()); in VisitCXXCatchStmt()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4514 return Node.getExceptionDecl() == nullptr; in AST_MATCHER()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp1526 Record.AddDeclRef(S->getExceptionDecl()); in VisitCXXCatchStmt()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2818 AddDecl(S->getExceptionDecl()); in VisitCXXCatchStmt()