Lines Matching defs:TryLoc
612 SourceLocation TryLoc = ConsumeToken();
639 TryLoc,
2596 SourceLocation TryLoc = ConsumeToken();
2598 PrettyDeclStackTraceEntry CrashInfo(Actions.Context, Decl, TryLoc,
2614 StmtResult FnBody(ParseCXXTryBlockCommon(TryLoc, /*FnTry*/true));
2674 SourceLocation TryLoc = ConsumeToken();
2675 return ParseCXXTryBlockCommon(TryLoc);
2694 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry) {
2724 TryLoc,
2747 return Actions.ActOnCXXTryBlock(TryLoc, TryBlock.get(), Handlers);