Home | History | Annotate | Download | only in Parse

Lines Matching defs:PrevSpec

884     const char *PrevSpec = 0;
886 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID))
887 Diag(AtLoc, DiagID) << PrevSpec;
951 const char *PrevSpec;
955 PrevSpec, DiagID);