| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 454 if (OldTy->isObjCIdType() && !NewTy->isObjCIdType()) in getBetterObjCType() 691 LowerBound = LowerBound->isObjCIdType() ? UpperBound : LowerBound; in checkPostStmt() 692 UpperBound = UpperBound->isObjCIdType() ? LowerBound : UpperBound; in checkPostStmt() 752 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType() || in findMethodDecl()
|
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CocoaConventions.cpp | 77 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() || in isCocoaObjectRef()
|
| H A D | RetainSummaryManager.cpp | 311 return RetTy->isObjCIdType() ? getUnarySummary(FT, DoNothing) in getSummaryForObjCOrCFObject() 730 if (ResultTy->isObjCIdType()) { in canEval()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 850 if (result.get()->getType()->isObjCIdType()) { in buildRValueOperation() 853 if (!ptr->isObjCIdType()) in buildRValueOperation() 1138 if (!BaseT->isObjCIdType()) { in findAtIndexGetter() 1250 if (!BaseT->isObjCIdType()) { in findAtIndexSetter()
|
| H A D | SemaExprObjC.cpp | 3147 if (ReceiverType->isObjCIdType() && !isImplicit) { in BuildInstanceMessage() 3185 } else if (ReceiverType->isObjCIdType() && !isImplicit) { in BuildInstanceMessage() 4044 } else if (castType->isObjCIdType() || in CheckObjCBridgeNSCast() 4061 } else if (!castType->isObjCIdType()) { in CheckObjCBridgeNSCast() 4111 } else if (castExpr->getType()->isObjCIdType() || in CheckObjCBridgeCFCast() 4954 if (LHSTy->isObjCIdType() && in FindCompositeObjCPointerType() 4960 if (RHSTy->isObjCIdType() && in FindCompositeObjCPointerType() 5019 } else if (LHSTy->isObjCIdType() || RHSTy->isObjCIdType()) { in FindCompositeObjCPointerType() 5100 if (!PT->isObjCIdType() && !(ID && ID->getIdentifier()->isStr("NSString"))) in CheckConversionToObjCLiteral()
|
| H A D | SemaObjC.cpp | 622 if (typeArgObjC->isObjCIdType()) { in applyObjCTypeArgs() 625 if (boundObjC->isObjCIdType()) in applyObjCTypeArgs() 1421 } else if (CT->isObjCIdType() || CT->isBlockPointerType()) { in CheckSubscriptingKind() 1590 if (!QT->isObjCIdType() && !QT->isObjCObjectType()) { in handleIBOutletCollection()
|
| H A D | SemaDeclObjC.cpp | 2315 if (rejectId && B->isObjCIdType()) return false; in isObjCTypeSubstitutable() 3722 else if (ObjectType->isObjCIdType() || ObjectType->isObjCQualifiedIdType()) in SelectorsForTypoCorrection() 4256 if (ResultObjectType->isObjCIdType() || in CheckRelatedResultTypeCompatibility() 5179 } else if (T->isObjCIdType()) { in BuildObjCExceptionDecl()
|
| H A D | SemaOverload.cpp | 2676 if (ToType->isObjCIdType() || ToType->isObjCQualifiedIdType()) in BuildSimilarlyQualifiedPointerType() 4686 if (ToPtr1->isObjCIdType() && in CompareDerivedToBaseConversions() 4689 if (ToPtr2->isObjCIdType() && in CompareDerivedToBaseConversions() 4718 !FromPtr1->isObjCIdType() && !FromPtr1->isObjCClassType() && in CompareDerivedToBaseConversions() 7116 if (ReturnT->isObjCIdType()) in SelectBestMethod() 8595 if (Ty->isObjCIdType() || Ty->isObjCClassType()) in AddTypesConvertedFrom()
|
| H A D | SemaCodeComplete.cpp | 1696 T->isObjCIdType() || in IsObjCCollection() 8328 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType()) { in CodeCompleteObjCInstanceMessage() 8404 else if (ReceiverType->isObjCIdType()) { in CodeCompleteObjCInstanceMessage()
|
| H A D | SemaType.cpp | 9576 if (!BaseType->isAnyPointerType() || BaseType->isObjCIdType()) in BuiltinRemovePointer()
|
| H A D | SemaExpr.cpp | 9356 if (getLangOpts().ObjC && RHSType->isObjCIdType()) { in CheckAssignmentConstraints() 11557 if (Type->isObjCIdType()) { in hasIsEqualMethod()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 602 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCIdType)
|
| H A D | Type.h | 2561 bool isObjCIdType() const; // id 7453 bool isObjCIdType() const { 8170 inline bool Type::isObjCIdType() const { 8172 return OPT->isObjCIdType(); 8189 return isObjCIdType() || isObjCClassType() || isObjCSelType();
|
| H A D | ASTContext.h | 2949 bool isObjCIdType(QualType T) const { in isObjCIdType() function
|
| /src/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 1018 if (OM->getReturnType()->isObjCIdType()) in migrateMethodInstanceType() 1025 if (!OM->getReturnType()->isObjCIdType()) in migrateMethodInstanceType() 1294 !OM->getReturnType()->isObjCIdType()) in migrateFactoryMethod()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1113 if (!isInstanceMethod() || !getReturnType()->isObjCIdType()) in getMethodFamily() 1129 if (!ArgT->isObjCIdType()) { in getMethodFamily()
|
| H A D | TypePrinter.cpp | 254 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() || in canPrefixQualifiers() 2129 if (!T->isObjCIdType() && !T->isObjCQualifiedIdType() && in printObjCObjectPointerBefore()
|
| H A D | ASTContext.cpp | 5830 if (type->isObjCIdType()) { in applyObjCProtocolQualifiers() 8856 if (Ty->isObjCIdType()) { in getObjCEncodingForTypeImpl() 8896 if (OPT->isObjCIdType()) { in getObjCEncodingForTypeImpl() 10127 if (lhs->isObjCIdType() || rhs->isObjCIdType()) in ObjCQualifiedIdTypesAreCompatible() 10315 if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType()) in canAssignObjCInterfacesInBlockPointer() 10437 if ((lhsOPT && lhsOPT->isObjCIdType() && rhsBlock) || in canAssignObjCObjectTypes() 10438 (rhsOPT && rhsOPT->isObjCIdType() && lhsBlock)) in canAssignObjCObjectTypes() 11095 if (LHS->isObjCIdType() && RHS->isBlockPointerType()) in mergeTypes() 11097 if (RHS->isObjCIdType() && LHS->isBlockPointerType()) in mergeTypes()
|
| H A D | Type.cpp | 769 if (OPT->isObjCIdType()) in isObjCIdOrObjectKindOfType() 4876 if (objcPtr->isObjCIdType()) { in isBlockCompatibleObjCPointerType()
|
| /src/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 115 if (!Ctx.isObjCIdType(Receiver->getType().getUnqualifiedType())) in maybeAdjustInterfaceForSubscriptingCheck()
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 400 if (PT->isObjCQualifiedIdType() || PT->isObjCIdType() || in GetReturnType()
|
| /src/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 309 if (T->isObjCIdType()) { in getFragmentsForType()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 2501 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) { in GetEHType() 2532 if (T->isObjCIdType() || in GetEHType()
|
| H A D | CGObjCMac.cpp | 1908 if (T->isObjCIdType() || in GetEHType() 4739 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType())) in EmitTryOrSynchronizedStmt() 7740 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) { in GetEHType()
|
| /src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 3741 if (!qual_type->isObjCClassType() && !qual_type->isObjCIdType()) { in IsObjCObjectPointerType()
|