CParser.lookupTypedef

Lookup id in typedefTab[].

class CParser(AST)
AST.Type*
lookupTypedef

Return Value

Type: AST.Type*

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.

Meta