Home | History | Annotate | Download | only in Parse

Lines Matching defs:AtEnd

373   SourceRange AtEnd;
438 AtEnd.setBegin(AtLoc);
439 AtEnd.setEnd(Tok.getLocation());
516 AtEnd.setBegin(Tok.getLocation());
517 AtEnd.setEnd(Tok.getLocation());
522 Actions.ActOnAtEnd(getCurScope(), AtEnd,
1546 Parser::ParseObjCAtEndDeclaration(SourceRange atEnd) {
1551 CurParsedObjCImpl->finish(atEnd);
1554 Diag(atEnd.getBegin(), diag::err_expected_objc_container);
1572 void Parser::ObjCImplParsingDataRAII::finish(SourceRange AtEnd) {
1578 P.Actions.ActOnAtEnd(P.getCurScope(), AtEnd);