Searched refs:FnTry (Results 1 – 2 of 2) sorted by relevance
2020 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry) { in ParseCXXTryBlockCommon() argument2026 (FnTry ? Scope::FnTryCatchScope : 0))); in ParseCXXTryBlockCommon()2063 StmtResult Handler(ParseCXXCatchBlock(FnTry)); in ParseCXXTryBlockCommon()
1728 StmtResult ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry = false);