Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp627 StmtResult Parser::ParseSEHExceptBlock(SourceLocation ExceptLoc) { in ParseSEHExceptBlock() argument
671 return Actions.ActOnSEHExceptBlock(ExceptLoc, FilterExpr.get(), Block.get()); in ParseSEHExceptBlock()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3598 SourceLocation ExceptLoc,