| /llvm-project-15.0.7/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() 754 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType() || in findMethodDecl()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CocoaConventions.cpp | 77 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() || in isCocoaObjectRef()
|
| H A D | RetainSummaryManager.cpp | 309 return RetTy->isObjCIdType() ? getUnarySummary(FT, DoNothing) in getSummaryForObjCOrCFObject() 733 if (ResultTy->isObjCIdType()) { in canEval()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 842 if (result.get()->getType()->isObjCIdType()) { in buildRValueOperation() 845 if (!ptr->isObjCIdType()) in buildRValueOperation() 1091 else if (CT->isObjCIdType() ||CT->isBlockPointerType()) { in CheckSubscriptingKind() 1207 if (!BaseT->isObjCIdType()) { in findAtIndexGetter() 1323 if (!BaseT->isObjCIdType()) { in findAtIndexSetter()
|
| H A D | SemaExprObjC.cpp | 3141 if (ReceiverType->isObjCIdType() && !isImplicit) { in BuildInstanceMessage() 3179 } else if (ReceiverType->isObjCIdType() && !isImplicit) { in BuildInstanceMessage() 4036 } else if (castType->isObjCIdType() || in CheckObjCBridgeNSCast() 4053 } else if (!castType->isObjCIdType()) { in CheckObjCBridgeNSCast() 4103 } else if (castExpr->getType()->isObjCIdType() || in CheckObjCBridgeCFCast()
|
| H A D | SemaDeclObjC.cpp | 2293 if (rejectId && B->isObjCIdType()) return false; in isObjCTypeSubstitutable() 3712 else if (ObjectType->isObjCIdType() || ObjectType->isObjCQualifiedIdType()) in SelectorsForTypoCorrection() 4243 if (ResultObjectType->isObjCIdType() || in CheckRelatedResultTypeCompatibility() 5151 } else if (T->isObjCIdType()) { in BuildObjCExceptionDecl()
|
| H A D | SemaOverload.cpp | 2291 if (ToType->isObjCIdType() || ToType->isObjCQualifiedIdType()) in BuildSimilarlyQualifiedPointerType() 4377 if (ToPtr1->isObjCIdType() && in CompareDerivedToBaseConversions() 4380 if (ToPtr2->isObjCIdType() && in CompareDerivedToBaseConversions() 4409 !FromPtr1->isObjCIdType() && !FromPtr1->isObjCClassType() && in CompareDerivedToBaseConversions() 6647 if (ReturnT->isObjCIdType()) in SelectBestMethod() 8090 if (Ty->isObjCIdType() || Ty->isObjCClassType()) in AddTypesConvertedFrom()
|
| H A D | SemaExpr.cpp | 8802 if (LHSTy->isObjCIdType() && in FindCompositeObjCPointerType() 8807 if (RHSTy->isObjCIdType() && in FindCompositeObjCPointerType() 8863 } else if (LHSTy->isObjCIdType() || RHSTy->isObjCIdType()) { in FindCompositeObjCPointerType() 9726 if (getLangOpts().ObjC && RHSType->isObjCIdType()) { in CheckAssignmentConstraints() 11844 if (Type->isObjCIdType()) { in hasIsEqualMethod() 16809 if (!PT->isObjCIdType() && in CheckConversionToObjCLiteral()
|
| H A D | SemaCodeComplete.cpp | 1600 T->isObjCIdType() || in IsObjCCollection() 8106 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType()) { in CodeCompleteObjCInstanceMessage() 8181 else if (ReceiverType->isObjCIdType()) { in CodeCompleteObjCInstanceMessage()
|
| H A D | SemaType.cpp | 947 if (typeArgObjC->isObjCIdType()) { in applyObjCTypeArgs() 950 if (boundObjC->isObjCIdType()) in applyObjCTypeArgs()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 603 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCIdType)
|
| H A D | Type.h | 2134 bool isObjCIdType() const; // id 6265 bool isObjCIdType() const { 6968 inline bool Type::isObjCIdType() const { 6970 return OPT->isObjCIdType(); 6987 return isObjCIdType() || isObjCClassType() || isObjCSelType();
|
| H A D | ASTContext.h | 2822 bool isObjCIdType(QualType T) const { in isObjCIdType() function
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 1021 if (OM->getReturnType()->isObjCIdType()) in migrateMethodInstanceType() 1028 if (!OM->getReturnType()->isObjCIdType()) in migrateMethodInstanceType() 1297 !OM->getReturnType()->isObjCIdType()) in migrateFactoryMethod()
|
| /llvm-project-15.0.7/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 250 if (T->isObjCIdType()) in getFragmentsForType()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1078 if (!isInstanceMethod() || !getReturnType()->isObjCIdType()) in getMethodFamily() 1094 if (!ArgT->isObjCIdType()) { in getMethodFamily()
|
| H A D | ASTContext.cpp | 5382 if (type->isObjCIdType()) { in applyObjCProtocolQualifiers() 8280 if (Ty->isObjCIdType()) { in getObjCEncodingForTypeImpl() 8320 if (OPT->isObjCIdType()) { in getObjCEncodingForTypeImpl() 9458 if (lhs->isObjCIdType() || rhs->isObjCIdType()) in ObjCQualifiedIdTypesAreCompatible() 9646 if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType()) in canAssignObjCInterfacesInBlockPointer() 9768 if ((lhsOPT && lhsOPT->isObjCIdType() && rhsBlock) || in canAssignObjCObjectTypes() 9769 (rhsOPT && rhsOPT->isObjCIdType() && lhsBlock)) in canAssignObjCObjectTypes() 10379 if (LHS->isObjCIdType() && RHS->isBlockPointerType()) in mergeTypes() 10381 if (RHS->isObjCIdType() && LHS->isBlockPointerType()) in mergeTypes()
|
| H A D | TypePrinter.cpp | 258 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() || in canPrefixQualifiers() 1905 if (!T->isObjCIdType() && !T->isObjCQualifiedIdType() && in printObjCObjectPointerBefore()
|
| H A D | Type.cpp | 689 if (OPT->isObjCIdType()) in isObjCIdOrObjectKindOfType() 4269 if (objcPtr->isObjCIdType()) { in isBlockCompatibleObjCPointerType()
|
| /llvm-project-15.0.7/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 114 if (!Ctx.isObjCIdType(Receiver->getType().getUnqualifiedType())) in maybeAdjustInterfaceForSubscriptingCheck()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXType.cpp | 152 if (Ctx.isObjCIdType(UnqualT)) in MakeCXType()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 401 if (PT->isObjCQualifiedIdType() || PT->isObjCIdType() || in GetReturnType()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 2388 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) { in GetEHType() 2419 if (T->isObjCIdType() || in GetEHType()
|
| H A D | CGObjCMac.cpp | 1896 if (T->isObjCIdType() || in GetEHType() 4748 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType())) in EmitTryOrSynchronizedStmt() 7779 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) { in GetEHType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 3739 if (!qual_type->isObjCClassType() && !qual_type->isObjCIdType()) { in IsObjCObjectPointerType()
|