Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseCXXTryBlockCommon

2027   StmtResult FnBody(ParseCXXTryBlockCommon(TryLoc, /*FnTry*/true));
2074 return ParseCXXTryBlockCommon(TryLoc);
2077 /// ParseCXXTryBlockCommon - Parse the common part of try-block and
2093 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry) {