Home | History | Annotate | Download | only in Sema

Lines Matching refs:getTypeSpecType

715   switch (DS.getTypeSpecType()) {
735 << DS.getSpecifierName(DS.getTypeSpecType());
741 << DS.getSpecifierName(DS.getTypeSpecType());
907 = ElaboratedType::getKeywordForTypeSpec(DS.getTypeSpecType());
1142 if (DS.getTypeSpecType() == DeclSpec::TST_typename &&
1971 if (D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto &&
2454 if (D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto &&
3218 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) {
3266 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr);
3271 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofType);
3281 assert(DS.getTypeSpecType() == DeclSpec::TST_underlyingType);
3306 = TypeWithKeyword::getKeywordForTypeSpec(DS.getTypeSpecType());
3307 if (DS.getTypeSpecType() == TST_typename) {
3323 assert(DS.getTypeSpecType() == TST_typename);
3331 assert(DS.getTypeSpecType() == TST_typename);