Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtCXX.h50 VarDecl *getExceptionDecl() const { return ExceptionDecl; } in getExceptionDecl() function
H A DRecursiveASTVisitor.h2141 TRY_TO(TraverseDecl(S->getExceptionDecl()));
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp4048 if (!H->getExceptionDecl()) { in ActOnCXXTryBlock()
4052 } else if (H->getExceptionDecl()->isInvalidDecl()) in ActOnCXXTryBlock()
4079 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4082 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4094 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4097 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
H A DTreeTransform.h7392 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp4077 if (CS->getExceptionDecl() == nullptr) { in VisitCXXTryStmt()
4117 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()
4841 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()
5281 if (CS->getExceptionDecl()) in print_block()
5282 CS->getExceptionDecl()->print(OS, PrintingPolicy(Helper.getLangOpts()), in print_block()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp826 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp1434 dumpDecl(Node->getExceptionDecl()); in VisitCXXCatchStmt()
H A DStmtPrinter.cpp555 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
H A DASTImporter.cpp5883 S->getCatchLoc(), S->getExceptionDecl(), S->getHandlerBlock()); in VisitCXXCatchStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp569 if (C->getExceptionDecl()) { in EnterCXXTryStmt()
H A DItaniumCXXABI.cpp4193 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
H A DMicrosoftCXXABI.cpp867 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3588 return Node.getExceptionDecl() == nullptr; in AST_MATCHER()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1261 Record.AddDeclRef(S->getExceptionDecl()); in VisitCXXCatchStmt()