Home | History | Annotate | Download | only in Sema

Lines Matching refs:TST_class

314 /// TST_union, TST_struct, TST_class).  This is used to diagnose cases in C
326 case TTK_Class: return DeclSpec::TST_class;
2379 if (DS.getTypeSpecType() == DeclSpec::TST_class ||
2417 << (DS.getTypeSpecType() == DeclSpec::TST_class ? 0 :
2538 if (TypeSpecType == DeclSpec::TST_class ||
2547 << (TypeSpecType == DeclSpec::TST_class ? 0 :
7781 case TST_class: {