Lines Matching refs:PrevSpec
772 const char *PrevSpec = 0;
776 ? DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec,
778 : DS.SetTypeSpecType(DeclSpec::TST_decltype_auto, StartLoc, PrevSpec,
780 Diag(StartLoc, DiagID) << PrevSpec;
827 const char *PrevSpec = 0;
829 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec,
831 Diag(StartLoc, DiagID) << PrevSpec;
971 const char *PrevSpec = 0;
973 DS.SetTypeSpecType(TST_typename, IdLoc, PrevSpec, DiagID, Type);
1603 const char *PrevSpec = 0;
1609 PrevSpec, DiagID, TypeResult.get());
1613 PrevSpec, DiagID, TagOrTempResult.get(), Owned);
1620 Diag(StartLoc, DiagID) << PrevSpec;
1851 const char *PrevSpec = 0;
1852 if (VS.SetSpecifier(Specifier, Tok.getLocation(), PrevSpec))
1854 << PrevSpec