Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp575 Handler = ParseSEHExceptBlock(Loc); in ParseSEHTryBlock()
592 StmtResult Parser::ParseSEHExceptBlock(SourceLocation ExceptLoc) { in ParseSEHExceptBlock() function in Parser
2504 Handler = ParseSEHExceptBlock(Loc); in ParseCXXTryBlockCommon()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h7563 StmtResult ParseSEHExceptBlock(SourceLocation Loc);