Home
last modified time | relevance | path

Searched refs:getExceptHandler (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DJumpDiagnostics.cpp450 if (SEHExceptStmt *Except = TS->getExceptHandler()) { in BuildScopeInformation()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp2170 const SEHExceptStmt *Except = S.getExceptHandler(); in EnterSEHTryStmt()
2211 const SEHExceptStmt *Except = S.getExceptHandler(); in ExitSEHTryStmt()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmt.cpp1250 SEHExceptStmt* SEHTryStmt::getExceptHandler() const { in getExceptHandler() function in SEHTryStmt
H A DStmtPrinter.cpp668 SEHExceptStmt *E = Node->getExceptHandler(); in VisitSEHTryStmt()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h3476 SEHExceptStmt *getExceptHandler() const;
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp3288 if (SEHExceptStmt *Except = Terminator->getExceptHandler()) { in VisitSEHTryStmt()