Home | History | Annotate | Download | only in Parse

Lines Matching refs:PrevSpec

739   const char *PrevSpec = 0;
742 if (DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec,
744 Diag(StartLoc, DiagID) << PrevSpec;
789 const char *PrevSpec = 0;
791 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec,
793 Diag(StartLoc, DiagID) << PrevSpec;
932 const char *PrevSpec = 0;
934 DS.SetTypeSpecType(TST_typename, IdLoc, PrevSpec, DiagID, Type);
1546 const char *PrevSpec = 0;
1552 PrevSpec, DiagID, TypeResult.get());
1556 PrevSpec, DiagID, TagOrTempResult.get(), Owned);
1563 Diag(StartLoc, DiagID) << PrevSpec;
1794 const char *PrevSpec = 0;
1795 if (VS.SetSpecifier(Specifier, Tok.getLocation(), PrevSpec))
1797 << PrevSpec