Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Typedef

426     // typedef struct objc_class *Class;
427 // typedef struct objc_object {
586 // The frontend treats 'id' as a typedef to an ObjCObjectType,
758 // Typedefs are derived from some other type. If we have a typedef of a
759 // typedef, make sure to emit the whole chain.
764 // We don't set size information, but do specify where the typedef was
2107 case Type::Typedef: