Home | History | Annotate | Download | only in cpp

Lines Matching refs:Typedef

272 class Typedef(_GenericDeclaration):
693 # Keep the state whether we are currently handling a typedef or not.
1218 # Special case the handling typedef/aliasing of structs here.
1351 # Get the remainder of the typedef up to the semi-colon.
1376 return Typedef(indices.start, indices.end, name.name,
1545 self.HandleError('non-typedef token', token)