dpp.translation.dlang

Deals with D-specific translation, such as avoiding keywords

Members

Functions

isKeyword
bool isKeyword(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
maybePragma
string maybePragma(from!"clang".Cursor cursor, from!"dpp.runtime.context".Context context)
Undocumented in source. Be warned that the author may not have intended to support it.
maybeRename
string maybeRename(from!"clang".Cursor cursor, from!"dpp.runtime.context".Context context)
Undocumented in source. Be warned that the author may not have intended to support it.
pragmaMangle
string pragmaMangle(string mangling)
Undocumented in source. Be warned that the author may not have intended to support it.
rename
string rename(string spelling, from!"dpp.runtime.context".Context context)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta