Home | History | Annotate | Download | only in AST

Lines Matching refs:Typedef

54   else if (ty->getTypeClass() == Type::Typedef)
186 // If this is a typedef for an array type, strip the typedef off without
187 // losing all typedef information.
397 // If this is a typedef for a structure type, strip the typedef off without
398 // losing all typedef information.
416 // If this is a typedef for a union type, strip the typedef off without
417 // losing all typedef information.
440 // type pointer if it is the right class. There is no typedef information to
1264 case Typedef:
2001 typedef TypePropertyCache<Private> Cache;