OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SEHExceptStmt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp
1238
SEHExceptStmt
* SEHTryStmt::getExceptHandler() const {
1239
return dyn_cast<
SEHExceptStmt
>(getHandler());
1246
SEHExceptStmt
::
SEHExceptStmt
(SourceLocation Loc, Expr *FilterExpr, Stmt *Block)
1252
SEHExceptStmt
*
SEHExceptStmt
::Create(const ASTContext &C, SourceLocation Loc,
1254
return new(C)
SEHExceptStmt
(Loc,FilterExpr,Block);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h
3300
class
SEHExceptStmt
: public Stmt {
3309
SEHExceptStmt
(SourceLocation Loc, Expr *FilterExpr, Stmt *Block);
3310
explicit
SEHExceptStmt
(EmptyShell E) : Stmt(SEHExceptStmtClass, E) {}
3313
static
SEHExceptStmt
* Create(const ASTContext &C,
3415
SEHExceptStmt
*getExceptHandler() const;
Completed in 17 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026