Home | History | Annotate | Download | only in Parse

Lines Matching refs:PrevSpec

707   const char *PrevSpec = 0;
710 if (DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec,
712 Diag(StartLoc, DiagID) << PrevSpec;
757 const char *PrevSpec = 0;
759 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec,
761 Diag(StartLoc, DiagID) << PrevSpec;
895 const char *PrevSpec = 0;
897 DS.SetTypeSpecType(TST_typename, IdLoc, PrevSpec, DiagID, Type);
1322 const char *PrevSpec = 0;
1328 PrevSpec, DiagID, TypeResult.get());
1332 PrevSpec, DiagID, TagOrTempResult.get(), Owned);
1339 Diag(StartLoc, DiagID) << PrevSpec;
1634 const char *PrevSpec = 0;
1635 if (VS.SetSpecifier(Specifier, Tok.getLocation(), PrevSpec))
1637 << PrevSpec