Searched refs:isObjCIdType (Results 1 – 19 of 19) sorted by relevance
69 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() || in isCocoaObjectRef()
688 result.get()->getType()->isObjCIdType()) { in buildRValueOperation()692 if (!ptr->isObjCIdType()) in buildRValueOperation()917 else if (CT->isObjCIdType() ||CT->isBlockPointerType()) { in CheckSubscriptingKind()986 bool receiverIdType = (BaseT->isObjCIdType() || in findAtIndexGetter()1096 bool receiverIdType = (BaseT->isObjCIdType() || in findAtIndexSetter()
1153 if (rejectId && B->isObjCIdType()) return false; in isObjCTypeSubstitutable()2514 if (ResultObjectType->isObjCIdType() || in CheckRelatedResultTypeCompatibility()
1810 if (ToType->isObjCIdType() || ToType->isObjCQualifiedIdType()) in BuildSimilarlyQualifiedPointerType()3709 if (ToPtr1->isObjCIdType() && in CompareDerivedToBaseConversions()3712 if (ToPtr2->isObjCIdType() && in CompareDerivedToBaseConversions()3741 !FromPtr1->isObjCIdType() && !FromPtr1->isObjCClassType() && in CompareDerivedToBaseConversions()6219 if (Ty->isObjCIdType() || Ty->isObjCClassType()) in AddTypesConvertedFrom()
4848 if (LHSTy->isObjCIdType() && in FindCompositeObjCPointerType()4853 if (RHSTy->isObjCIdType() && in FindCompositeObjCPointerType()4905 } else if (LHSTy->isObjCIdType() || RHSTy->isObjCIdType()) { in FindCompositeObjCPointerType()5523 if (getLangOpts().ObjC1 && RHSType->isObjCIdType()) { in CheckAssignmentConstraints()9254 if (!PT->isObjCIdType()) { in MakeObjCStringLiteralFixItHint()
1176 T->isObjCIdType() || in IsObjCCollection()5379 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType())5453 else if (ReceiverType->isObjCIdType()) {
2090 bool receiverIsId = ReceiverType->isObjCIdType(); in BuildInstanceMessage()
797 } else if (Result->isObjCIdType()) { in ConvertDeclSpecToType()
834 if (!QT->isObjCIdType() && !QT->isObjCObjectType()) { in handleIBOutletCollection()
6281 if (getLangOpts().DebuggerCastResultToId && DclT->isObjCIdType()) in AddInitializerToDecl()
131 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() || in print()1025 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) in printObjCObjectPointer()1046 if (!T->isObjCIdType() && !T->isObjCQualifiedIdType()) in printObjCObjectPointer()
582 !getResultType()->isObjCIdType()) in getMethodFamily()598 if (!ArgT->isObjCIdType()) { in getMethodFamily()
4652 if (OPT->isObjCIdType()) { in getObjCEncodingForTypeImpl()5250 lhs->isObjCIdType() || lhs->isObjCClassType()) in ObjCQualifiedIdTypesAreCompatible()5253 rhs->isObjCIdType() || rhs->isObjCClassType()) in ObjCQualifiedIdTypesAreCompatible()5417 if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType()) in canAssignObjCInterfacesInBlockPointer()5943 if (LHS->isObjCIdType() && RHS->isBlockPointerType()) in mergeTypes()5945 if (RHS->isObjCIdType() && LHS->isBlockPointerType()) in mergeTypes()
698 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCIdType)
1503 bool isObjCIdType() const; // id4354 bool isObjCIdType() const {4794 inline bool Type::isObjCIdType() const {4796 return OPT->isObjCIdType();4810 return isObjCIdType() || isObjCClassType() || isObjCSelType();
1607 bool isObjCIdType(QualType T) const { in isObjCIdType() function
938 S = (RetTy->isObjCIdType()) in getSummary()2742 if (PT->isObjCQualifiedIdType() || PT->isObjCIdType() || in GetReturnType()3097 if (ResultTy->isObjCIdType()) { in evalCall()
886 if (T->isObjCIdType() in GetEHType()912 if (T->isObjCIdType() || in GetEHType()
1581 if (T->isObjCIdType() || in GetEHType()3298 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType())) in EmitTryOrSynchronizedStmt()6249 if (T->isObjCIdType() || in GetEHType()