CParser.isTypedef

Determine if id is a symbol for a Typedef.

class CParser(AST)
bool
isTypedef

Parameters

id Identifier

possible typedef

Return Value

Type: bool

true if id is a Type

Meta