Home | History | Annotate | Download | only in Sema

Lines Matching refs:getObjCInterfaceType

133         Ty = Context.getObjCInterfaceType(NSStringIDecl);
219 QualType NSNumberObject = CX.getObjCInterfaceType(S.NSNumberDecl);
462 QualType NSStringObject = Context.getObjCInterfaceType(NSStringDecl);
724 Context.getObjCInterfaceType(NSArrayDecl));
910 Context.getObjCInterfaceType(NSDictionaryDecl));
1078 Context.getObjCInterfaceType(Class));
1572 QualType T = Context.getObjCInterfaceType(Super);
1641 Context.getObjCInterfaceType(IFace)));
1650 << &propertyName << Context.getObjCInterfaceType(IFace));
1726 T = Context.getObjCInterfaceType(Class);
1762 QualType T = Context.getObjCInterfaceType(Class);
1810 QualType SuperTy = Context.getObjCInterfaceType(Super);
1820 Context.getObjCInterfaceType(Super),
1963 if (RequireCompleteType(Loc, Context.getObjCInterfaceType(Class),