OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SEHExceptStmt
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/AST/
Stmt.cpp
751
SEHExceptStmt
* SEHTryStmt::getExceptHandler() const {
752
return dyn_cast<
SEHExceptStmt
>(getHandler());
759
SEHExceptStmt
::
SEHExceptStmt
(SourceLocation Loc,
769
SEHExceptStmt
*
SEHExceptStmt
::Create(ASTContext &C,
773
return new(C)
SEHExceptStmt
(Loc,FilterExpr,Block);
/external/clang/include/clang/AST/
Stmt.h
[
all
...]
Completed in 14 milliseconds