ReferencedType

struct ReferencedType {}

Members

Variables

location
size_t location;

Location of name which will start right before the last identifier of the type in a dot chain.

name
string name;

Referenced type name, might be longer than actual written name because of normalization of parents.

Meta