Searched refs:isObjCSelType (Results 1 – 10 of 10) sorted by relevance
82 T->isObjCSelType()) in isCallback()
1621 !S.Context.getObjCSelRedefinitionType()->isObjCSelType()) { in LookupMemberExpr()
4961 if (Context.isObjCSelType(LHSTy) && in FindCompositeObjCPointerType()4966 if (Context.isObjCSelType(RHSTy) && in FindCompositeObjCPointerType()
1303 if (Context.isObjCSelType(QualType(PropertyIvarType.getTypePtr(), 0))) { in ActOnPropertyImplDecl()
2130 if (SrcPtrTy->isObjCSelType()) { in DiagnoseCastOfObjCSEL()
5591 if (Context.isObjCSelType(T.getUnqualifiedType())) { in ActOnIvar()
2657 bool isObjCSelType() const; // Class8571 inline bool Type::isObjCSelType() const {8578 return isObjCIdType() || isObjCClassType() || isObjCSelType();
3165 bool isObjCSelType(QualType T) const { in isObjCSelType() function
1119 if (!ArgT->isObjCSelType()) { in getMethodFamily()
9268 if (PT->isObjCSelType()) { in getObjCEncodingForTypeImpl()