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