TypeIdentifier

extern (C++) final
class TypeIdentifier : TypeQualified {
Identifier ident;
Dsymbol originalSymbol;
}

Members

Functions

toDsymbol
Dsymbol toDsymbol(Scope* sc)

See if type resolves to a symbol, if so, return that symbol.

Suggestion Box / Bug Report