getSpecializationKind() vs getTemplateSpecializationKind()?

Some Decls use getSpecializationKind() while others use getTemplateSpecializationKind() to get the TemplateSpecializationKind.

What do you think about renaming all to consistent name?

getTemplateSpecializationKind is consistent with other getters but longer than getSpecializationKind leading to more lines breakage at 80 cols.