Home | History | Annotate | Download | only in Parse

Lines Matching refs:KWLoc

978     SourceLocation KWLoc;
984 KWLoc = ConsumeToken();
985 Actions.SetDeclDeleted(Res, KWLoc);
992 KWLoc = ConsumeToken();
993 Actions.SetDeclDefaulted(Res, KWLoc);
999 Diag(KWLoc, diag::err_default_delete_in_multiple_declaration)