| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 372 if (OldTy->isObjCIdType() && !NewTy->isObjCIdType()) in getBetterObjCType() 609 LowerBound = LowerBound->isObjCIdType() ? UpperBound : LowerBound; in checkPostStmt() 610 UpperBound = UpperBound->isObjCIdType() ? LowerBound : UpperBound; in checkPostStmt() 672 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType() || in findMethodDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | CocoaConventions.cpp | 78 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() || in isCocoaObjectRef()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 852 if (result.get()->getType()->isObjCIdType()) { in buildRValueOperation() 855 if (!ptr->isObjCIdType()) in buildRValueOperation() 1101 else if (CT->isObjCIdType() ||CT->isBlockPointerType()) { in CheckSubscriptingKind() 1218 if (!BaseT->isObjCIdType()) { in findAtIndexGetter() 1333 if (!BaseT->isObjCIdType()) { in findAtIndexSetter()
|
| H A D | SemaExprObjC.cpp | 2752 if (ReceiverType->isObjCIdType() && !isImplicit) in BuildInstanceMessage() 3812 } else if (castType->isObjCIdType() || in CheckObjCBridgeNSCast() 3829 } else if (!castType->isObjCIdType()) { in CheckObjCBridgeNSCast() 3881 } else if (castExpr->getType()->isObjCIdType() || in CheckObjCBridgeCFCast()
|
| H A D | SemaDeclObjC.cpp | 2256 if (rejectId && B->isObjCIdType()) return false; in isObjCTypeSubstitutable() 3667 else if (ObjectType->isObjCIdType() || ObjectType->isObjCQualifiedIdType()) in SelectorsForTypoCorrection() 4125 if (ResultObjectType->isObjCIdType() || in CheckRelatedResultTypeCompatibility() 4859 } else if (T->isObjCIdType()) { in BuildObjCExceptionDecl()
|
| H A D | SemaOverload.cpp | 2211 if (ToType->isObjCIdType() || ToType->isObjCQualifiedIdType()) in BuildSimilarlyQualifiedPointerType() 4161 if (ToPtr1->isObjCIdType() && in CompareDerivedToBaseConversions() 4164 if (ToPtr2->isObjCIdType() && in CompareDerivedToBaseConversions() 4193 !FromPtr1->isObjCIdType() && !FromPtr1->isObjCClassType() && in CompareDerivedToBaseConversions() 6267 if (ReturnT->isObjCIdType()) in SelectBestMethod() 7608 if (Ty->isObjCIdType() || Ty->isObjCClassType()) in AddTypesConvertedFrom()
|
| H A D | SemaExpr.cpp | 7175 if (LHSTy->isObjCIdType() && in FindCompositeObjCPointerType() 7180 if (RHSTy->isObjCIdType() && in FindCompositeObjCPointerType() 7235 } else if (LHSTy->isObjCIdType() || RHSTy->isObjCIdType()) { in FindCompositeObjCPointerType() 8021 if (getLangOpts().ObjC && RHSType->isObjCIdType()) { in CheckAssignmentConstraints() 9781 if (Type->isObjCIdType()) { in hasIsEqualMethod() 13945 if (!PT->isObjCIdType()) { in ConversionToObjCStringLiteralCheck()
|
| H A D | SemaCodeComplete.cpp | 1267 T->isObjCIdType() || in IsObjCCollection() 6477 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType()) { in CodeCompleteObjCInstanceMessage() 6552 else if (ReceiverType->isObjCIdType()) { in CodeCompleteObjCInstanceMessage()
|
| H A D | SemaType.cpp | 921 if (typeArgObjC->isObjCIdType()) { in applyObjCTypeArgs() 924 if (boundObjC->isObjCIdType()) in applyObjCTypeArgs()
|
| H A D | SemaDeclAttr.cpp | 1449 if (!QT->isObjCIdType() && !QT->isObjCObjectType()) { in handleIBOutletCollection()
|
| H A D | SemaDecl.cpp | 10936 !DeducedType.isNull() && DeducedType->isObjCIdType()) { in deduceVarTypeFromInitializer()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | RetainSummaryManager.cpp | 262 return RetTy->isObjCIdType() ? getUnarySummary(FT, DoNothing) in getSummaryForObjCOrCFObject() 668 if (ResultTy->isObjCIdType()) { in canEval()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 602 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCIdType)
|
| H A D | Type.h | 1988 bool isObjCIdType() const; // id 5856 bool isObjCIdType() const { 6422 inline bool Type::isObjCIdType() const { 6424 return OPT->isObjCIdType(); 6441 return isObjCIdType() || isObjCClassType() || isObjCSelType();
|
| H A D | ASTContext.h | 2535 bool isObjCIdType(QualType T) const { in isObjCIdType() function
|
| /freebsd-12.1/contrib/llvm/tools/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()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTContext.cpp | 4566 if (type->isObjCIdType()) { in applyObjCProtocolQualifiers() 6867 if (Ty->isObjCIdType()) { in getObjCEncodingForTypeImpl() 6906 if (OPT->isObjCIdType()) { in getObjCEncodingForTypeImpl() 7882 lhs->isObjCIdType() || lhs->isObjCClassType()) in ObjCQualifiedIdTypesAreCompatible() 7885 rhs->isObjCIdType() || rhs->isObjCClassType()) in ObjCQualifiedIdTypesAreCompatible() 8070 if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType()) in canAssignObjCInterfacesInBlockPointer() 8188 if ((lhsOPT && lhsOPT->isObjCIdType() && rhsBlock) || in canAssignObjCObjectTypes() 8189 (rhsOPT && rhsOPT->isObjCIdType() && lhsBlock)) in canAssignObjCObjectTypes() 8789 if (LHS->isObjCIdType() && RHS->isBlockPointerType()) in mergeTypes() 8791 if (RHS->isObjCIdType() && LHS->isBlockPointerType()) in mergeTypes()
|
| H A D | TypePrinter.cpp | 235 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() || in canPrefixQualifiers() 1609 if (!T->isObjCIdType() && !T->isObjCQualifiedIdType() && in printObjCObjectPointerBefore()
|
| H A D | DeclObjC.cpp | 1046 if (!isInstanceMethod() || !getReturnType()->isObjCIdType()) in getMethodFamily() 1062 if (!ArgT->isObjCIdType()) { in getMethodFamily()
|
| H A D | Type.cpp | 569 if (OPT->isObjCIdType()) in isObjCIdOrObjectKindOfType() 3849 if (objcPtr->isObjCIdType()) { in isBlockCompatibleObjCPointerType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 115 if (!Ctx.isObjCIdType(Receiver->getType().getUnqualifiedType())) in maybeAdjustInterfaceForSubscriptingCheck()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 445 if (PT->isObjCQualifiedIdType() || PT->isObjCIdType() || in GetReturnType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 2262 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) { in GetEHType() 2293 if (T->isObjCIdType() || in GetEHType()
|
| H A D | CGObjCMac.cpp | 1836 if (T->isObjCIdType() || in GetEHType() 4556 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType())) in EmitTryOrSynchronizedStmt() 7520 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) { in GetEHType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 3961 if (!qual_type->isObjCClassType() && !qual_type->isObjCIdType()) { in IsObjCObjectPointerType()
|