Variable TemplateDeclaration.startLocation

Byte position of the opening brace

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