We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669b60b commit 20234cdCopy full SHA for 20234cd
1 file changed
src/dmd/identifier.h
@@ -37,6 +37,7 @@ class Identifier : public RootObject
37
int dyncast() const;
38
39
static StringTable stringtable;
40
+ static StringTable fullPathStringTable;
41
static Identifier *generateId(const char *prefix);
42
static Identifier *generateId(const char *prefix, size_t i);
43
static Identifier *idPool(const char *s, unsigned len);
0 commit comments