Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp2545 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry) { in ParseCXXTryBlockCommon() argument
2552 (FnTry ? Scope::FnTryCatchScope : 0))); in ParseCXXTryBlockCommon()
2589 StmtResult Handler(ParseCXXCatchBlock(FnTry)); in ParseCXXTryBlockCommon()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2164 StmtResult ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry = false);