Home | History | Annotate | Download | only in Parse

Lines Matching defs:atEnd

341   SourceRange AtEnd;
403 AtEnd.setBegin(AtLoc);
404 AtEnd.setEnd(Tok.getLocation());
475 Actions.ActOnAtEnd(getCurScope(), AtEnd,
1482 Parser::ParseObjCAtEndDeclaration(SourceRange atEnd) {
1495 Actions.ActOnAtEnd(getCurScope(), atEnd);
1500 Diag(atEnd.getBegin(), diag::err_expected_implementation);