Home | History | Annotate | Download | only in dmd

Lines Matching defs:StringExp

40 class StringExp;
105 virtual StringExp *toStringExp();
143 StringExp* isStringExp();
361 StringExp *toStringExp();
365 class StringExp : public Expression
375 static StringExp *create(const Loc &loc, const char *s);
376 static StringExp *create(const Loc &loc, const void *s, d_size_t len);
381 StringExp *toStringExp();
382 StringExp *toUTF8(Scope *sc);
428 StringExp *toStringExp();
1381 char stringexp [sizeof(StringExp)];