Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDJumpDiagnostics.cpp352 if (SEHExceptStmt *Except = TS->getExceptHandler()) { in BuildScopeInformation()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGException.cpp1689 const SEHExceptStmt *Except = S.getExceptHandler(); in EnterSEHTryStmt()
1723 const SEHExceptStmt *Except = S.getExceptHandler(); in ExitSEHTryStmt()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmtPrinter.cpp541 SEHExceptStmt *E = Node->getExceptHandler(); in VisitSEHTryStmt()
HDStmt.cpp1038 SEHExceptStmt* SEHTryStmt::getExceptHandler() const { in getExceptHandler() function in SEHTryStmt
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h1943 SEHExceptStmt *getExceptHandler() const;