/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | StmtCXX.h | 28 class CXXCatchStmt : public Stmt { 36 CXXCatchStmt(SourceLocation catchLoc, VarDecl *exDecl, Stmt *handlerBlock) in CXXCatchStmt() function 40 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt() function 107 CXXCatchStmt *getHandler(unsigned i) { in getHandler() 108 return cast<CXXCatchStmt>(getStmts()[i + 1]); in getHandler() 110 const CXXCatchStmt *getHandler(unsigned i) const { in getHandler() 111 return cast<CXXCatchStmt>(getStmts()[i + 1]); in getHandler()
|
H A D | StmtDataCollectors.td | 107 class CXXCatchStmt {
|
H A D | ASTNodeTraverser.h | 701 void VisitCXXCatchStmt(const CXXCatchStmt *Node) { in VisitCXXCatchStmt()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | StmtCXX.cpp | 19 QualType CXXCatchStmt::getCaughtType() const { in getCaughtType()
|
H A D | StmtPrinter.cpp | 126 void PrintRawCXXCatchStmt(CXXCatchStmt *Catch); 640 void StmtPrinter::PrintRawCXXCatchStmt(CXXCatchStmt *Node) { in PrintRawCXXCatchStmt() 650 void StmtPrinter::VisitCXXCatchStmt(CXXCatchStmt *Node) { in VisitCXXCatchStmt()
|
H A D | StmtProfile.cpp | 339 void StmtProfiler::VisitCXXCatchStmt(const CXXCatchStmt *S) { in VisitCXXCatchStmt()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 104 CXXCatchStmt, enumerator 269 DEFINE_NESTABLE_TRAVERSAL(CXXCatchStmt) in DEFINE_NESTABLE_TRAVERSAL() 299 return PGOHash::CXXCatchStmt; in DEFINE_NESTABLE_TRAVERSAL() 695 void VisitCXXCatchStmt(const CXXCatchStmt *S) { in VisitCXXCatchStmt()
|
H A D | CGCoroutine.cpp | 240 CXXCatchStmt(Loc, /*exDecl=*/nullptr, Coro.ExceptionHandler); in emitSuspendExpression() 615 CXXCatchStmt Catch(Loc, /*exDecl=*/nullptr, in EmitCoroutineBody()
|
H A D | CGCXXABI.h | 270 virtual void emitBeginCatch(CodeGenFunction &CGF, const CXXCatchStmt *C) = 0;
|
H A D | CGException.cpp | 622 const CXXCatchStmt *C = S.getHandler(I); in EnterCXXTryStmt() 1252 const CXXCatchStmt *C = S.getHandler(I-1); in ExitCXXTryStmt()
|
H A D | ItaniumCXXABI.cpp | 165 void emitBeginCatch(CodeGenFunction &CGF, const CXXCatchStmt *C) override; 475 void emitBeginCatch(CodeGenFunction &CGF, const CXXCatchStmt *C) override; 4640 const CXXCatchStmt *S) { in emitBeginCatch() 4749 const CXXCatchStmt *C) { in emitBeginCatch()
|
H A D | CoverageMappingGen.cpp | 1448 void VisitCXXCatchStmt(const CXXCatchStmt *S) { in VisitCXXCatchStmt()
|
H A D | MicrosoftCXXABI.cpp | 127 void emitBeginCatch(CodeGenFunction &CGF, const CXXCatchStmt *C) override; 911 const CXXCatchStmt *S) { in emitBeginCatch()
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 51 class CXXCatchStmt; variable 558 void VisitCXXCatchStmt(const CXXCatchStmt *CS, ExplodedNode *Pred,
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 4326 CXXCatchStmt(CatchLoc, cast_or_null<VarDecl>(ExDecl), HandlerBlock); in ActOnCXXCatchBlock() 4405 const llvm::DenseMap<CatchHandlerType, CXXCatchStmt *> &TypesToCheck; 4408 CXXCatchStmt *FoundHandler; 4414 const llvm::DenseMap<CatchHandlerType, CXXCatchStmt *> &T, bool C) in CatchTypePublicBases() 4418 CXXCatchStmt *getFoundHandler() const { return FoundHandler; } in getFoundHandler() 4468 llvm::DenseMap<CatchHandlerType, CXXCatchStmt *> HandledTypes; in ActOnCXXTryBlock() 4470 CXXCatchStmt *H = cast<CXXCatchStmt>(Handlers[i]); in ActOnCXXTryBlock() 4504 const CXXCatchStmt *Problem = CTPB.getFoundHandler(); in ActOnCXXTryBlock() 4520 const CXXCatchStmt *Problem = R.first->second; in ActOnCXXTryBlock()
|
H A D | JumpDiagnostics.cpp | 426 CXXCatchStmt *CS = TS->getHandler(I); in BuildScopeInformation()
|
H A D | SemaExceptionSpec.cpp | 1569 const CXXCatchStmt *FinalHandler = TS->getHandler(TS->getNumHandlers() - 1); in canThrow()
|
H A D | AnalysisBasedWarnings.cpp | 307 dyn_cast_or_null<CXXCatchStmt>(Succ->getLabel())) { in throwEscapes()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DeadStoresChecker.cpp | 50 bool TraverseCXXCatchStmt(CXXCatchStmt *S) { in TraverseCXXCatchStmt()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 49 def CXXCatchStmt : StmtNode<Stmt>;
|
/openbsd/gnu/llvm/clang/lib/Analysis/ |
H A D | CFG.cpp | 560 CFGBlock *VisitCXXCatchStmt(CXXCatchStmt *S); 2245 return VisitCXXCatchStmt(cast<CXXCatchStmt>(S)); in Visit() 4585 CXXCatchStmt *CS = Terminator->getHandler(I); in VisitCXXTryStmt() 4616 CFGBlock *CFGBuilder::VisitCXXCatchStmt(CXXCatchStmt *CS) { in VisitCXXCatchStmt() 5463 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper() 5949 else if (CXXCatchStmt *CS = dyn_cast<CXXCatchStmt>(Label)) { in print_block()
|
/openbsd/gnu/llvm/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 913 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXCatchStmt> cxxCatchStmt;
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 1144 void ExprEngine::VisitCXXCatchStmt(const CXXCatchStmt *CS, ExplodedNode *Pred, in VisitCXXCatchStmt()
|
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 2314 extern const internal::VariadicDynCastAllOfMatcher<Stmt, CXXCatchStmt> 4513 AST_MATCHER(CXXCatchStmt, isCatchAll) { in AST_MATCHER() argument
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1636 void ASTStmtReader::VisitCXXCatchStmt(CXXCatchStmt *S) { in VisitCXXCatchStmt() 3264 S = new (Context) CXXCatchStmt(Empty); in ReadStmtFromStream()
|