Home | History | Annotate | Download | only in Parse

Lines Matching refs:KWLoc

1040     SourceLocation KWLoc;
1046 KWLoc = ConsumeToken();
1047 Actions.SetDeclDeleted(Res, KWLoc);
1054 KWLoc = ConsumeToken();
1055 Actions.SetDeclDefaulted(Res, KWLoc);
1061 Diag(KWLoc, diag::err_default_delete_in_multiple_declaration)