Home | History | Annotate | Download | only in Parse

Lines Matching defs:TryLoc

377 StmtResult Parser::ParseSEHTryBlockCommon(SourceLocation TryLoc) {
401 TryLoc,
1982 SourceLocation TryLoc = ConsumeToken();
1984 PrettyDeclStackTraceEntry CrashInfo(Actions, Decl, TryLoc,
1999 StmtResult FnBody(ParseCXXTryBlockCommon(TryLoc));
2039 SourceLocation TryLoc = ConsumeToken();
2040 return ParseCXXTryBlockCommon(TryLoc);
2059 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc) {
2088 TryLoc,
2110 return Actions.ActOnCXXTryBlock(TryLoc, TryBlock.take(), move_arg(Handlers));