Home | History | Annotate | Download | only in Sema

Lines Matching refs:getTypeSpecType

1189   switch (DS.getTypeSpecType()) {
1209 << DS.getSpecifierName(DS.getTypeSpecType(),
1216 << DS.getSpecifierName(DS.getTypeSpecType(),
1380 = ElaboratedType::getKeywordForTypeSpec(DS.getTypeSpecType());
2625 && D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto))
2661 getTypeSpecType() == DeclSpec::TST_auto_type)
2666 D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto_type)
2678 if (D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto_type)
2693 D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto_type))
2704 D.getDeclSpec().getTypeSpecType() != DeclSpec::TST_auto_type) {
2726 switch (D.getDeclSpec().getTypeSpecType()) {
3729 D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto
4591 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr);
4596 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofType);
4606 assert(DS.getTypeSpecType() == DeclSpec::TST_underlyingType);
4631 = TypeWithKeyword::getKeywordForTypeSpec(DS.getTypeSpecType());
4632 if (DS.getTypeSpecType() == TST_typename) {
4648 assert(DS.getTypeSpecType() == TST_typename);
4656 assert(DS.getTypeSpecType() == TST_typename);
4669 if (DS.getTypeSpecType() == DeclSpec::TST_atomic) {