Home | History | Annotate | Download | only in cpp

Lines Matching defs:Typedef

273 class Typedef(_GenericDeclaration):
694 # Keep the state whether we are currently handling a typedef or not.
1228 # Special case the handling typedef/aliasing of structs here.
1361 # Get the remainder of the typedef up to the semi-colon.
1386 return Typedef(indices.start, indices.end, name.name,
1555 self.HandleError('non-typedef token', token)