Lines Matching defs:TryLoc
494 SourceLocation TryLoc = ConsumeToken();
521 TryLoc,
2290 SourceLocation TryLoc = ConsumeToken();
2292 PrettyDeclStackTraceEntry CrashInfo(Actions.Context, Decl, TryLoc,
2308 StmtResult FnBody(ParseCXXTryBlockCommon(TryLoc, /*FnTry*/true));
2368 SourceLocation TryLoc = ConsumeToken();
2369 return ParseCXXTryBlockCommon(TryLoc);
2388 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry) {
2418 TryLoc,
2441 return Actions.ActOnCXXTryBlock(TryLoc, TryBlock.get(), Handlers);