Searched refs:ParseCXXTryBlockCommon (Results 1 – 2 of 2) sorted by relevance
1910 StmtResult FnBody(ParseCXXTryBlockCommon(TryLoc, /*FnTry*/true)); in ParseFunctionTryBlock()1955 return ParseCXXTryBlockCommon(TryLoc); in ParseCXXTryBlock()1974 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry) { in ParseCXXTryBlockCommon() function in Parser
1653 StmtResult ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry = false);