Lookup id in typedefTab[].
if not found, then null. if found, then Type*. Deferencing it will yield null if it is not a typedef, and a type if it is a typedef.
See Implementation
Lookup id in typedefTab[].