isTypedef

val IASTSimpleDeclaration.isTypedef: Boolean

A virtual property on a IASTSimpleDeclaration that determines whether this is a typedef or not. For some reason it seems that Eclipse CDT has no other means of differentiating a typedef declaration from a regular one, except looking at the raw code