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