HomeSort by: relevance | last modified time | path
    Searched refs:identExp (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
nspace.d 69 Expression identExp;
71 extern (D) this(const ref Loc loc, Identifier ident, Expression identExp, Dsymbols* members)
76 this.identExp = identExp;
81 auto ns = new Nspace(loc, ident, identExp, null);
nspace.h 22 Expression *identExp;
dsymbolsem.d 2860 if (ns.identExp)
2864 Expression resolved = ns.identExp.expressionSemantic(sc);
2872 error(ns.loc, "expected string expression for namespace name, got `%s`", ns.identExp.toChars());
2875 ns.identExp = resolved; // we don't need to keep the old AST around

Completed in 19 milliseconds