Searched refs:toHChars2 (Results 1 – 7 of 7) sorted by relevance
29 const char *toHChars2() const;
106 const(char)* toHChars2() const in toHChars2() function
1956 buf.writestring(e.ident.toHChars2()); in expressionPrettyPrint()3607 if (ident && ident.toHChars2() != ident.toChars()) in visitFuncIdentWithPrefix()3620 buf.writestring(ident.toHChars2()); in visitFuncIdentWithPrefix()
32 const char *toHChars2();
61 const char *Identifier::toHChars2() in toHChars2() function
963 if (ident && ident->toHChars2() != ident->toChars()) in visitFuncIdentWithPrefix()977 buf->writestring(ident->toHChars2()); in visitFuncIdentWithPrefix()2453 buf->writestring(e->ident->toHChars2()); in visit()
693 * dmd/identifier.c (Identifier::toHChars2): Likewise.706 * dmd/identifier.c (Identifier::toHChars2): Likewise.