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.h799 Visit(Node->getExceptionDecl()); in VisitCXXCatchStmt()
H A DRecursiveASTVisitor.h2407 TRY_TO(TraverseDecl(S->getExceptionDecl()));
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.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()
H A DSemaExceptionSpec.cpp1564 if (!FinalHandler->getExceptionDecl()) in canThrow()
H A DTreeTransform.h8787 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp1151 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.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/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp643 if (C->getExceptionDecl()) { in EnterCXXTryStmt()
H A DMicrosoftCXXABI.cpp924 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
H A DItaniumCXXABI.cpp5014 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp650 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
H A DASTImporter.cpp7089 auto ToExceptionDecl = importChecked(Err, S->getExceptionDecl()); in VisitCXXCatchStmt()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4750 return Node.getExceptionDecl() == nullptr; in AST_MATCHER()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1637 Record.AddDeclRef(S->getExceptionDecl()); in VisitCXXCatchStmt()