| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 455 if (OldTy->isObjCIdType() && !NewTy->isObjCIdType()) in getBetterObjCType() 692 LowerBound = LowerBound->isObjCIdType() ? UpperBound : LowerBound; in checkPostStmt() 693 UpperBound = UpperBound->isObjCIdType() ? LowerBound : UpperBound; in checkPostStmt() 755 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType() || in findMethodDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | CocoaConventions.cpp | 77 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() || in isCocoaObjectRef()
|
| H A D | RetainSummaryManager.cpp | 310 return RetTy->isObjCIdType() ? getUnarySummary(FT, DoNothing) in getSummaryForObjCOrCFObject() 734 if (ResultTy->isObjCIdType()) { in canEval()
|
| /openbsd-src/gnu/llvm/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 | 3137 if (ReceiverType->isObjCIdType() && !isImplicit) { in BuildInstanceMessage() 3175 } else if (ReceiverType->isObjCIdType() && !isImplicit) { in BuildInstanceMessage() 4030 } else if (castType->isObjCIdType() || in CheckObjCBridgeNSCast() 4047 } else if (!castType->isObjCIdType()) { in CheckObjCBridgeNSCast() 4097 } else if (castExpr->getType()->isObjCIdType() || in CheckObjCBridgeCFCast()
|
| H A D | SemaDeclObjC.cpp | 2307 if (rejectId && B->isObjCIdType()) return false; in isObjCTypeSubstitutable() 3720 else if (ObjectType->isObjCIdType() || ObjectType->isObjCQualifiedIdType()) in SelectorsForTypoCorrection() 4251 if (ResultObjectType->isObjCIdType() || in CheckRelatedResultTypeCompatibility() 5163 } else if (T->isObjCIdType()) { in BuildObjCExceptionDecl()
|
| H A D | SemaOverload.cpp | 2398 if (ToType->isObjCIdType() || ToType->isObjCQualifiedIdType()) in BuildSimilarlyQualifiedPointerType() 4484 if (ToPtr1->isObjCIdType() && in CompareDerivedToBaseConversions() 4487 if (ToPtr2->isObjCIdType() && in CompareDerivedToBaseConversions() 4516 !FromPtr1->isObjCIdType() && !FromPtr1->isObjCClassType() && in CompareDerivedToBaseConversions() 6750 if (ReturnT->isObjCIdType()) in SelectBestMethod() 8215 if (Ty->isObjCIdType() || Ty->isObjCClassType()) in AddTypesConvertedFrom()
|
| H A D | SemaExpr.cpp | 9048 if (LHSTy->isObjCIdType() && in FindCompositeObjCPointerType() 9053 if (RHSTy->isObjCIdType() && in FindCompositeObjCPointerType() 9109 } else if (LHSTy->isObjCIdType() || RHSTy->isObjCIdType()) { in FindCompositeObjCPointerType() 9981 if (getLangOpts().ObjC && RHSType->isObjCIdType()) { in CheckAssignmentConstraints() 12105 if (Type->isObjCIdType()) { in hasIsEqualMethod() 17078 if (!PT->isObjCIdType() && in CheckConversionToObjCLiteral()
|
| H A D | SemaType.cpp | 952 if (typeArgObjC->isObjCIdType()) { in applyObjCTypeArgs() 955 if (boundObjC->isObjCIdType()) in applyObjCTypeArgs() 9353 if (!BaseType->isAnyPointerType() || BaseType->isObjCIdType()) in BuiltinRemovePointer()
|
| H A D | SemaCodeComplete.cpp | 1630 T->isObjCIdType() || in IsObjCCollection() 8160 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType()) { in CodeCompleteObjCInstanceMessage() 8235 else if (ReceiverType->isObjCIdType()) { in CodeCompleteObjCInstanceMessage()
|
| H A D | SemaDeclAttr.cpp | 1530 if (!QT->isObjCIdType() && !QT->isObjCObjectType()) { in handleIBOutletCollection()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 602 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCIdType)
|
| H A D | Type.h | 2195 bool isObjCIdType() const; // id 6339 bool isObjCIdType() const { 7055 inline bool Type::isObjCIdType() const { 7057 return OPT->isObjCIdType(); 7074 return isObjCIdType() || isObjCClassType() || isObjCSelType();
|
| H A D | ASTContext.h | 2829 bool isObjCIdType(QualType T) const { in isObjCIdType() function
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 251 if (T->isObjCIdType()) in getFragmentsForType()
|
| /openbsd-src/gnu/llvm/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() 1907 if (!T->isObjCIdType() && !T->isObjCQualifiedIdType() && in printObjCObjectPointerBefore()
|
| H A D | ASTContext.cpp | 5435 if (type->isObjCIdType()) { in applyObjCProtocolQualifiers() 8385 if (Ty->isObjCIdType()) { in getObjCEncodingForTypeImpl() 8425 if (OPT->isObjCIdType()) { in getObjCEncodingForTypeImpl() 9570 if (lhs->isObjCIdType() || rhs->isObjCIdType()) in ObjCQualifiedIdTypesAreCompatible() 9758 if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType()) in canAssignObjCInterfacesInBlockPointer() 9880 if ((lhsOPT && lhsOPT->isObjCIdType() && rhsBlock) || in canAssignObjCObjectTypes() 9881 (rhsOPT && rhsOPT->isObjCIdType() && lhsBlock)) in canAssignObjCObjectTypes() 10510 if (LHS->isObjCIdType() && RHS->isBlockPointerType()) in mergeTypes() 10512 if (RHS->isObjCIdType() && LHS->isBlockPointerType()) in mergeTypes()
|
| H A D | Type.cpp | 693 if (OPT->isObjCIdType()) in isObjCIdOrObjectKindOfType() 4358 if (objcPtr->isObjCIdType()) { in isBlockCompatibleObjCPointerType()
|
| /openbsd-src/gnu/llvm/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 115 if (!Ctx.isObjCIdType(Receiver->getType().getUnqualifiedType())) in maybeAdjustInterfaceForSubscriptingCheck()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 402 if (PT->isObjCQualifiedIdType() || PT->isObjCIdType() || in GetReturnType()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXType.cpp | 153 if (Ctx.isObjCIdType(UnqualT)) in MakeCXType()
|
| /openbsd-src/gnu/llvm/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 | 1900 if (T->isObjCIdType() || in GetEHType() 4756 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType())) in EmitTryOrSynchronizedStmt() 7787 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) { in GetEHType()
|