Searched refs:isTypeIdentifier (Results 1 – 9 of 9) sorted by relevance
1064 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 …]
337 TypeIdentifier *isTypeIdentifier();
596 case Tident: return visitIdentifier(t.isTypeIdentifier()); in typeToExpression()2235 case Tident: return visitIdentifier(type.isTypeIdentifier()); in typeSemantic()3345 case Tident: visitIdentifier(mt.isTypeIdentifier()); break;
1539 auto ti = t.isTypeIdentifier(); in handleParamPack()
1721 if (auto ti = taa.index.isTypeIdentifier())
3076 if (auto ti = funcdecl.type.isTypeIdentifier()) in funcDeclarationSemantic()6494 if (auto tident = ds.type.isTypeIdentifier()) in aliasSemantic()
633 auto ti = ad.type.isTypeIdentifier();5014 case Tident: return visitIdentifier(tb.isTypeIdentifier()); in reliesOnTemplateParameters()
2710 …inout(TypeIdentifier) isTypeIdentifier() { return ty == Tident ? cast(typeof(return))this : nu… in isTypeIdentifier() function
3923 if (auto ti = p.type.isTypeIdentifier())