Variable TemplateDeclaration.endLocation

Byte position of the closing brace

class TemplateDeclaration
{
  // ...
  ulong endLocation ;
  // ...
}