Lines Matching full:atend
391 SourceRange AtEnd;
456 AtEnd.setBegin(AtLoc);
457 AtEnd.setEnd(Tok.getLocation());
534 AtEnd.setBegin(Tok.getLocation());
535 AtEnd.setEnd(Tok.getLocation());
540 Actions.ActOnAtEnd(getCurScope(), AtEnd, allMethods, allTUVariables);
1597 Parser::ParseObjCAtEndDeclaration(SourceRange atEnd) {
1602 CurParsedObjCImpl->finish(atEnd);
1605 Diag(atEnd.getBegin(), diag::err_expected_objc_container);
1623 void Parser::ObjCImplParsingDataRAII::finish(SourceRange AtEnd) {
1630 P.Actions.ActOnAtEnd(P.getCurScope(), AtEnd);