Home | History | Annotate | Download | only in Parse

Lines Matching defs:AtEnd

639   SourceRange AtEnd;
704 AtEnd.setBegin(AtLoc);
705 AtEnd.setEnd(Tok.getLocation());
819 AtEnd.setBegin(Tok.getLocation());
820 AtEnd.setEnd(Tok.getLocation());
825 Actions.ActOnAtEnd(getCurScope(), AtEnd, allMethods, allTUVariables);
2229 Parser::ParseObjCAtEndDeclaration(SourceRange atEnd) {
2234 CurParsedObjCImpl->finish(atEnd);
2237 Diag(atEnd.getBegin(), diag::err_expected_objc_container);
2255 void Parser::ObjCImplParsingDataRAII::finish(SourceRange AtEnd) {
2262 P.Actions.ActOnAtEnd(P.getCurScope(), AtEnd);