When vector is found as a type or non-type id, check if it is really the altivec vector token.
Call TryAltiVecVectorToken when an identifier is seen in the parser before
annotating the token. This checks the next token where necessary to ensure
that vector is properly handled as the altivec token.
Can you add tests for 64bit BE/LE linux and 32bit AIX/BE linux in this the subsequent test cases?