Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCObjectTypeImpl

2792   ObjCObjectTypeImpl::Profile(ID, BaseType, Protocols, NumProtocols);
2819 unsigned Size = sizeof(ObjCObjectTypeImpl);
2822 ObjCObjectTypeImpl *T =
2823 new (Mem) ObjCObjectTypeImpl(Canonical, BaseType, Protocols, NumProtocols);