Searched refs:ActOnSEHExceptBlock (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Parse/
H A DParseStmt.cpp389 return Actions.ActOnSEHExceptBlock(ExceptLoc, FilterExpr.take(), Block.take());
/external/clang/lib/Sema/
H A DSemaStmt.cpp2755 Sema::ActOnSEHExceptBlock(SourceLocation Loc, function in class:Sema
H A DTreeTransform.h1367 return getSema().ActOnSEHExceptBlock(Loc,FilterExpr,Block);
/external/clang/include/clang/Sema/
H A DSema.h2625 StmtResult ActOnSEHExceptBlock(SourceLocation Loc,

Completed in 125 milliseconds