Home | History | Annotate | Download | only in AST

Lines Matching refs:Typedef

55   else if (ty->getTypeClass() == Type::Typedef)
207 // If this is a typedef for an array type, strip the typedef off without
208 // losing all typedef information.
436 // If this is a typedef for a structure type, strip the typedef off without
437 // losing all typedef information.
455 // If this is a typedef for a union type, strip the typedef off without
456 // losing all typedef information.
479 // type pointer if it is the right class. There is no typedef information to
1332 case Typedef:
2127 typedef TypePropertyCache<Private> Cache;