Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseStmt.cpp508 StmtResult Parser::ParseSEHExceptBlock(SourceLocation ExceptLoc) { in ParseSEHExceptBlock() argument
552 return Actions.ActOnSEHExceptBlock(ExceptLoc, FilterExpr.get(), Block.get()); in ParseSEHExceptBlock()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h3234 SourceLocation ExceptLoc,