Home | History | Annotate | Download | only in AST

Lines Matching refs:Typedef

55   else if (ty->getTypeClass() == Type::Typedef)
206 // If this is a typedef for an array type, strip the typedef off without
207 // losing all typedef information.
452 // If this is a typedef for a structure type, strip the typedef off without
453 // losing all typedef information.
471 // If this is a typedef for a union type, strip the typedef off without
472 // losing all typedef information.
495 // type pointer if it is the right class. There is no typedef information to
1335 case Typedef:
2087 typedef TypePropertyCache<Private> Cache;