Home | History | Annotate | Download | only in Parse

Lines Matching defs:AtEnd

324   SourceRange AtEnd;
390 AtEnd.setBegin(AtLoc);
391 AtEnd.setEnd(Tok.getLocation());
462 Actions.ActOnAtEnd(getCurScope(), AtEnd, interfaceDecl,
1389 Decl *Parser::ParseObjCAtEndDeclaration(SourceRange atEnd) {
1395 Actions.ActOnAtEnd(getCurScope(), atEnd, ObjCImpDecl);
1401 Diag(atEnd.getBegin(), diag::err_expected_implementation);