Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2484 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry) { in ParseCXXTryBlockCommon() argument
2491 (FnTry ? Scope::FnTryCatchScope : 0))); in ParseCXXTryBlockCommon()
2528 StmtResult Handler(ParseCXXCatchBlock(FnTry)); in ParseCXXTryBlockCommon()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h7523 StmtResult ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry = false);