Home
last modified time | relevance | path

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

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