Home | History | Annotate | Download | only in Parse

Lines Matching defs:TryLoc

356 StmtResult Parser::ParseSEHTryBlockCommon(SourceLocation TryLoc) {
380 TryLoc,
2009 SourceLocation TryLoc = ConsumeToken();
2011 PrettyDeclStackTraceEntry CrashInfo(Actions, Decl, TryLoc,
2027 StmtResult FnBody(ParseCXXTryBlockCommon(TryLoc, /*FnTry*/true));
2073 SourceLocation TryLoc = ConsumeToken();
2074 return ParseCXXTryBlockCommon(TryLoc);
2093 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry) {
2123 TryLoc,
2145 return Actions.ActOnCXXTryBlock(TryLoc, TryBlock.take(),Handlers);