Home
last modified time | relevance | path

Searched refs:isTypeIdentifier (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcparse.d1064 if (t.isTypeIdentifier() && in cparseCastExp()
1076 auto ie = new AST.IdentifierExp(loc, t.isTypeIdentifier().ident); in cparseCastExp()
1631 if (auto ti = tspec.isTypeIdentifier()) in cparseDeclaration()
1686 if (token.value == TOK.assign && tspec && tspec.isTypeIdentifier()) in cparseDeclaration()
1691 … error("type-specifier omitted for declaration of `%s`", tspec.isTypeIdentifier().ident.toChars()); in cparseDeclaration()
1973 if (auto t = p.type.isTypeIdentifier())
2559 if (!t || t.isTypeIdentifier())
2881 tspec.isTypeIdentifier()) in cparseParameterList()
2882 … error("type-specifier omitted for parameter `%s`", tspec.isTypeIdentifier().ident.toChars()); in cparseParameterList()
3472 if (auto ti = tspec.isTypeIdentifier())
[all …]
H A Dmtype.h337 TypeIdentifier *isTypeIdentifier();
H A Dtypesem.d596 case Tident: return visitIdentifier(t.isTypeIdentifier()); in typeToExpression()
2235 case Tident: return visitIdentifier(type.isTypeIdentifier()); in typeSemantic()
3345 case Tident: visitIdentifier(mt.isTypeIdentifier()); break;
H A Dcppmangle.d1539 auto ti = t.isTypeIdentifier(); in handleParamPack()
H A Ddtoh.d1721 if (auto ti = taa.index.isTypeIdentifier())
H A Ddsymbolsem.d3076 if (auto ti = funcdecl.type.isTypeIdentifier()) in funcDeclarationSemantic()
6494 if (auto tident = ds.type.isTypeIdentifier()) in aliasSemantic()
H A Ddtemplate.d633 auto ti = ad.type.isTypeIdentifier();
5014 case Tident: return visitIdentifier(tb.isTypeIdentifier()); in reliesOnTemplateParameters()
H A Dmtype.d2710 …inout(TypeIdentifier) isTypeIdentifier() { return ty == Tident ? cast(typeof(return))this : nu… in isTypeIdentifier() function
H A Dexpression.d3923 if (auto ti = p.type.isTypeIdentifier())