Searched refs:isObjCSelType (Results 1 – 9 of 9) sorted by relevance
57 T->isObjCSelType()) in isCallback()
119 else if (Ctx.isObjCSelType(UnqualT)) in MakeCXType()
1726 bool isObjCSelType() const; // Class5591 inline bool Type::isObjCSelType() const {5597 return isObjCIdType() || isObjCClassType() || isObjCSelType();
2244 bool isObjCSelType(QualType T) const { in isObjCSelType() function
1652 !S.Context.getObjCSelRedefinitionType()->isObjCSelType()) { in LookupMemberExpr()
1716 if (SrcPtrTy->isObjCSelType()) { in DiagnoseCastOfObjCSEL()
6778 if (Context.isObjCSelType(LHSTy) && in FindCompositeObjCPointerType()6783 if (Context.isObjCSelType(RHSTy) && in FindCompositeObjCPointerType()
982 if (!ArgT->isObjCSelType()) { in getMethodFamily()
5637 if (PT->isObjCSelType()) { in getObjCEncodingForTypeImpl()