public LinkageAttribute parseLinkageAttribute()
Parses a LinkageAttribute
linkageAttribute:
   'extern' '(' Identifier ('++' (',' identifierChain)?)? ')'
   ;