Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCInterfaceType

1653     const ObjCInterfaceType *ObjCI = cast<ObjCInterfaceType>(T);
3487 if (!NumProtocols && isa<ObjCInterfaceType>(BaseType))
3643 void *Mem = Allocate(sizeof(ObjCInterfaceType), TypeAlignment);
3644 ObjCInterfaceType *T = new (Mem) ObjCInterfaceType(Decl);
5451 const ObjCInterfaceType *OIT = T->castAs<ObjCInterfaceType>();
6600 const ObjCInterfaceType* LHS = LHSOPT->getInterfaceType();
6601 const ObjCInterfaceType* RHS = RHSOPT->getInterfaceType();
6676 LHS = cast<ObjCInterfaceType>(getObjCInterfaceType(LDecl));