Home | History | Annotate | Download | only in Parse

Lines Matching refs:TryLoc

426 StmtResult Parser::ParseSEHTryBlockCommon(SourceLocation TryLoc) {
451 TryLoc,
1882 SourceLocation TryLoc = ConsumeToken();
1884 PrettyDeclStackTraceEntry CrashInfo(Actions, Decl, TryLoc,
1900 StmtResult FnBody(ParseCXXTryBlockCommon(TryLoc, /*FnTry*/true));
1944 SourceLocation TryLoc = ConsumeToken();
1945 return ParseCXXTryBlockCommon(TryLoc);
1964 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry) {
1994 TryLoc,
2017 return Actions.ActOnCXXTryBlock(TryLoc, TryBlock.get(), Handlers);