| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 450 if (OldTy->isObjCIdType() && !NewTy->isObjCIdType()) in getBetterObjCType() 694 LowerBound = LowerBound->isObjCIdType() ? UpperBound : LowerBound; in checkPostStmt() 695 UpperBound = UpperBound->isObjCIdType() ? LowerBound : UpperBound; in checkPostStmt() 755 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType() || in findMethodDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CocoaConventions.cpp | 76 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() || in isCocoaObjectRef()
|
| H A D | RetainSummaryManager.cpp | 310 return RetTy->isObjCIdType() ? getUnarySummary(FT, DoNothing) in getSummaryForObjCOrCFObject() 729 if (ResultTy->isObjCIdType()) { in canEval()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 848 if (result.get()->getType()->isObjCIdType()) { in buildRValueOperation() 851 if (!ptr->isObjCIdType()) in buildRValueOperation() 1136 if (!BaseT->isObjCIdType()) { in findAtIndexGetter() 1248 if (!BaseT->isObjCIdType()) { in findAtIndexSetter()
|
| H A D | SemaExprObjC.cpp | 3136 if (ReceiverType->isObjCIdType() && !isImplicit) { in BuildInstanceMessage() 3174 } else if (ReceiverType->isObjCIdType() && !isImplicit) { in BuildInstanceMessage() 4034 } else if (castType->isObjCIdType() || in CheckObjCBridgeNSCast() 4051 } else if (!castType->isObjCIdType()) { in CheckObjCBridgeNSCast() 4101 } else if (castExpr->getType()->isObjCIdType() || in CheckObjCBridgeCFCast() 4948 if (LHSTy->isObjCIdType() && in FindCompositeObjCPointerType() 4954 if (RHSTy->isObjCIdType() && in FindCompositeObjCPointerType() 5013 } else if (LHSTy->isObjCIdType() || RHSTy->isObjCIdType()) { in FindCompositeObjCPointerType() 5094 if (!PT->isObjCIdType() && !(ID && ID->getIdentifier()->isStr("NSString"))) in CheckConversionToObjCLiteral()
|
| H A D | SemaObjC.cpp | 618 if (typeArgObjC->isObjCIdType()) { in applyObjCTypeArgs() 621 if (boundObjC->isObjCIdType()) in applyObjCTypeArgs() 1418 } else if (CT->isObjCIdType() || CT->isBlockPointerType()) { in CheckSubscriptingKind() 1586 if (!QT->isObjCIdType() && !QT->isObjCObjectType()) { in handleIBOutletCollection()
|
| H A D | SemaDeclObjC.cpp | 2323 if (rejectId && B->isObjCIdType()) return false; in isObjCTypeSubstitutable() 3724 else if (ObjectType->isObjCIdType() || ObjectType->isObjCQualifiedIdType()) in SelectorsForTypoCorrection() 4258 if (ResultObjectType->isObjCIdType() || in CheckRelatedResultTypeCompatibility() 5183 } else if (T->isObjCIdType()) { in BuildObjCExceptionDecl()
|
| H A D | SemaOverload.cpp | 2853 if (ToType->isObjCIdType() || ToType->isObjCQualifiedIdType()) in BuildSimilarlyQualifiedPointerType() 4922 if (ToPtr1->isObjCIdType() && in CompareDerivedToBaseConversions() 4925 if (ToPtr2->isObjCIdType() && in CompareDerivedToBaseConversions() 4954 !FromPtr1->isObjCIdType() && !FromPtr1->isObjCClassType() && in CompareDerivedToBaseConversions() 7384 if (ReturnT->isObjCIdType()) in SelectBestMethod() 9056 if (Ty->isObjCIdType() || Ty->isObjCClassType()) in AddTypesConvertedFrom()
|
| H A D | SemaCodeComplete.cpp | 1698 T->isObjCIdType() || in IsObjCCollection() 8476 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType()) { in CodeCompleteObjCInstanceMessage() 8552 else if (ReceiverType->isObjCIdType()) { in CodeCompleteObjCInstanceMessage()
|
| H A D | SemaExpr.cpp | 9520 if (getLangOpts().ObjC && RHSType->isObjCIdType()) { in CheckAssignmentConstraints() 11844 if (Type->isObjCIdType()) { in hasIsEqualMethod()
|
| H A D | SemaDecl.cpp | 13157 !DeducedType.isNull() && DeducedType->isObjCIdType()) { in deduceVarTypeFromInitializer()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 606 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCIdType)
|
| H A D | Type.h | 2624 bool isObjCIdType() const; // id 7809 bool isObjCIdType() const { 8559 inline bool Type::isObjCIdType() const { 8561 return OPT->isObjCIdType(); 8578 return isObjCIdType() || isObjCClassType() || isObjCSelType();
|
| H A D | ASTContext.h | 3153 bool isObjCIdType(QualType T) const { in isObjCIdType() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1110 if (!isInstanceMethod() || !getReturnType()->isObjCIdType()) in getMethodFamily() 1126 if (!ArgT->isObjCIdType()) { in getMethodFamily()
|
| H A D | TypePrinter.cpp | 255 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() || in canPrefixQualifiers() 2294 if (!T->isObjCIdType() && !T->isObjCQualifiedIdType() && in printObjCObjectPointerBefore()
|
| H A D | ASTContext.cpp | 6249 if (type->isObjCIdType()) { in applyObjCProtocolQualifiers() 9455 if (Ty->isObjCIdType()) { in getObjCEncodingForTypeImpl() 9495 if (OPT->isObjCIdType()) { in getObjCEncodingForTypeImpl() 10700 if (lhs->isObjCIdType() || rhs->isObjCIdType()) in ObjCQualifiedIdTypesAreCompatible() 10888 if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType()) in canAssignObjCInterfacesInBlockPointer() 11010 if ((lhsOPT && lhsOPT->isObjCIdType() && rhsBlock) || in canAssignObjCObjectTypes() 11011 (rhsOPT && rhsOPT->isObjCIdType() && lhsBlock)) in canAssignObjCObjectTypes() 11685 if (LHS->isObjCIdType() && RHS->isBlockPointerType()) in mergeTypes() 11687 if (RHS->isObjCIdType() && LHS->isBlockPointerType()) in mergeTypes()
|
| H A D | Type.cpp | 818 if (OPT->isObjCIdType()) in isObjCIdOrObjectKindOfType() 5125 if (objcPtr->isObjCIdType()) { in isBlockCompatibleObjCPointerType()
|
| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 115 if (!Ctx.isObjCIdType(Receiver->getType().getUnqualifiedType())) in maybeAdjustInterfaceForSubscriptingCheck()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 399 if (PT->isObjCQualifiedIdType() || PT->isObjCIdType() || in GetReturnType()
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 315 if (T->isObjCIdType()) { in getFragmentsForType()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 2602 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) { in GetEHType() 2633 if (T->isObjCIdType() || in GetEHType()
|
| H A D | CGObjCMac.cpp | 1840 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) { in GetEHType() 4641 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType())) in EmitTryOrSynchronizedStmt() 7628 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) { in GetEHType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 3767 if (!qual_type->isObjCClassType() && !qual_type->isObjCIdType()) { in IsObjCObjectPointerType()
|