Home | History | Annotate | Download | only in Parse

Lines Matching refs:AtEnd

375   SourceRange AtEnd;
440 AtEnd.setBegin(AtLoc);
441 AtEnd.setEnd(Tok.getLocation());
518 AtEnd.setBegin(Tok.getLocation());
519 AtEnd.setEnd(Tok.getLocation());
524 Actions.ActOnAtEnd(getCurScope(), AtEnd,
1553 Parser::ParseObjCAtEndDeclaration(SourceRange atEnd) {
1558 CurParsedObjCImpl->finish(atEnd);
1561 Diag(atEnd.getBegin(), diag::err_expected_objc_container);
1579 void Parser::ObjCImplParsingDataRAII::finish(SourceRange AtEnd) {
1586 P.Actions.ActOnAtEnd(P.getCurScope(), AtEnd);