Modified get_unique_name to also account for a the parent node's typedef name, if one exists. This change is a continuation to #117 where an edge cases arises if more than one level of anonymous typedef'd structs are embedded inside each other.
Helper function created to determine if parent typedef name exists.
Modified get_unique_name to also account for a the parent node's typedef name, if one exists. This change is a continuation to #117 where an edge cases arises if more than one level of anonymous typedef'd structs are embedded inside each other.