Home | History | Annotate | Download | only in Sema

Lines Matching refs:getTypeSpecType

3714   if (DS.getTypeSpecType() == DeclSpec::TST_class ||
3715 DS.getTypeSpecType() == DeclSpec::TST_struct ||
3716 DS.getTypeSpecType() == DeclSpec::TST_interface ||
3717 DS.getTypeSpecType() == DeclSpec::TST_union ||
3718 DS.getTypeSpecType() == DeclSpec::TST_enum) {
3754 << GetDiagnosticTypeSpecifierID(DS.getTypeSpecType());
3794 << GetDiagnosticTypeSpecifierID(DS.getTypeSpecType()) << SS.getRange();
3830 DS.getTypeSpecType() == DeclSpec::TST_typename) {
3851 if (DS.getTypeSpecType() == DeclSpec::TST_error ||
3936 DeclSpec::TST TypeSpecType = DS.getTypeSpecType();
4598 switch (DS.getTypeSpecType()) {
10273 if (DeclSpec::isDeclRep(DS.getTypeSpecType())) {
11552 switch (D.getDeclSpec().getTypeSpecType()) {