Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtCXX.h49 VarDecl *getExceptionDecl() const { return ExceptionDecl; } in getExceptionDecl() function
H A DASTNodeTraverser.h658 Visit(Node->getExceptionDecl()); in VisitCXXCatchStmt()
H A DRecursiveASTVisitor.h2229 TRY_TO(TraverseDecl(S->getExceptionDecl()));
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp4463 if (!H->getExceptionDecl()) { in ActOnCXXTryBlock()
4467 } else if (H->getExceptionDecl()->isInvalidDecl()) in ActOnCXXTryBlock()
4494 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4497 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4509 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4512 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
H A DSemaExceptionSpec.cpp1550 if (!FinalHandler->getExceptionDecl()) in canThrow()
H A DTreeTransform.h8095 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp4308 if (CS->getExceptionDecl() == nullptr) { in VisitCXXTryStmt()
4348 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()
5174 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()
5661 if (CS->getExceptionDecl()) in print_block()
5662 CS->getExceptionDecl()->print(OS, PrintingPolicy(Helper.getLangOpts()), in print_block()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp957 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp619 if (C->getExceptionDecl()) { in EnterCXXTryStmt()
H A DItaniumCXXABI.cpp4631 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
H A DMicrosoftCXXABI.cpp895 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp565 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
H A DASTImporter.cpp6362 auto ToExceptionDecl = importChecked(Err, S->getExceptionDecl()); in VisitCXXCatchStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4418 return Node.getExceptionDecl() == nullptr; in AST_MATCHER()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1519 Record.AddDeclRef(S->getExceptionDecl()); in VisitCXXCatchStmt()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2676 AddDecl(S->getExceptionDecl()); in VisitCXXCatchStmt()