Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp458 StmtResult Parser::ParseSEHExceptBlock(SourceLocation ExceptLoc) { in ParseSEHExceptBlock() argument
502 return Actions.ActOnSEHExceptBlock(ExceptLoc, FilterExpr.get(), Block.get()); in ParseSEHExceptBlock()
/external/clang/include/clang/AST/
DStmt.h1840 SourceLocation ExceptLoc,