Home | History | Annotate | Download | only in Parse

Lines Matching defs:AtEnd

395   SourceRange AtEnd;
460 AtEnd.setBegin(AtLoc);
461 AtEnd.setEnd(Tok.getLocation());
538 AtEnd.setBegin(Tok.getLocation());
539 AtEnd.setEnd(Tok.getLocation());
544 Actions.ActOnAtEnd(getCurScope(), AtEnd, allMethods, allTUVariables);
1602 Parser::ParseObjCAtEndDeclaration(SourceRange atEnd) {
1607 CurParsedObjCImpl->finish(atEnd);
1610 Diag(atEnd.getBegin(), diag::err_expected_objc_container);
1628 void Parser::ObjCImplParsingDataRAII::finish(SourceRange AtEnd) {
1635 P.Actions.ActOnAtEnd(P.getCurScope(), AtEnd);