Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCObjectTypeImpl

3570   ObjCObjectTypeImpl::Profile(ID, BaseType, Protocols, NumProtocols);
3597 unsigned Size = sizeof(ObjCObjectTypeImpl);
3600 ObjCObjectTypeImpl *T =
3601 new (Mem) ObjCObjectTypeImpl(Canonical, BaseType, Protocols, NumProtocols);