Lines Matching defs:TryLoc
376 StmtResult Parser::ParseSEHTryBlockCommon(SourceLocation TryLoc) {
400 TryLoc,
2412 SourceLocation TryLoc = ConsumeToken();
2414 PrettyDeclStackTraceEntry CrashInfo(Actions, Decl, TryLoc,
2430 StmtResult FnBody(ParseCXXTryBlockCommon(TryLoc, /*FnTry*/true));
2476 SourceLocation TryLoc = ConsumeToken();
2477 return ParseCXXTryBlockCommon(TryLoc);
2496 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry) {
2526 TryLoc,
2548 return Actions.ActOnCXXTryBlock(TryLoc, TryBlock.take(),Handlers);