Home
last modified time | relevance | path

Searched refs:ExceptLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Parse/
DParseStmt.cpp390 StmtResult Parser::ParseSEHExceptBlock(SourceLocation ExceptLoc) { in ParseSEHExceptBlock() argument
424 return Actions.ActOnSEHExceptBlock(ExceptLoc, FilterExpr.take(), Block.take()); in ParseSEHExceptBlock()
/external/clang/include/clang/AST/
DStmt.h1773 SourceLocation ExceptLoc,