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);
722 Context.getObjCInterfaceType(NSArrayDecl));
905 Context.getObjCInterfaceType(NSDictionaryDecl));
1083 Context.getObjCInterfaceType(Class));
1673 QualType T = Context.getObjCInterfaceType(Super);
1743 Context.getObjCInterfaceType(IFace)));
1752 << &propertyName << Context.getObjCInterfaceType(IFace));
1828 T = Context.getObjCInterfaceType(Class);
1866 QualType T = Context.getObjCInterfaceType(Class);
1914 QualType SuperTy = Context.getObjCInterfaceType(Super);
1924 Context.getObjCInterfaceType(Super),
2072 if (RequireCompleteType(Loc, Context.getObjCInterfaceType(Class),