Lines Matching defs:TryLoc
602 SourceLocation TryLoc = ConsumeToken();
629 TryLoc,
2549 SourceLocation TryLoc = ConsumeToken();
2551 PrettyDeclStackTraceEntry CrashInfo(Actions.Context, Decl, TryLoc,
2567 StmtResult FnBody(ParseCXXTryBlockCommon(TryLoc, /*FnTry*/true));
2628 SourceLocation TryLoc = ConsumeToken();
2629 return ParseCXXTryBlockCommon(TryLoc);
2648 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry) {
2678 TryLoc,
2701 return Actions.ActOnCXXTryBlock(TryLoc, TryBlock.get(), Handlers);