Searched refs:isVoidPointerType (Results 1 – 15 of 15) sorted by relevance
140 if (B->isVoidPointerType() && A->getAs<PointerType>()) in typesCompatible()
273 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidPointerType)
1634 bool isVoidPointerType() const;
384 if (argTy->isVoidPointerType()) { in matchesType()
1050 (T->isObjCObjectPointerType() || T->isVoidPointerType())) in CheckSubscriptingKind()
1746 unsigned Diag = DestType->isVoidPointerType() ? in checkIntToPointerCast()
5982 if (LHSTy->isVoidPointerType() || RHSTy->isVoidPointerType()) { in checkConditionalBlockPointerCompatibility()6456 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) { in FindCompositeObjCPointerType()6476 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) { in FindCompositeObjCPointerType()7113 if (RHSType->isVoidPointerType()) { in CheckAssignmentConstraints()
9842 if (ICE->getType()->isVoidPointerType() && in CheckArgumentWithTypeTag()9849 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
4211 if (!T->isVoidPointerType()) { in handleObjCBridgeAttr()
10325 (!S.getLangOpts().CPlusPlus && TargetType->isVoidPointerType())) { in AddMatchingNonTemplateFunction()
1901 if (!T->isVoidPointerType()) { in MergeTypedefNameDecl()
1508 !RegionTy->isVoidPointerType()) { in getExistingLazyBinding()
4972 if (!E->getType()->isVoidPointerType()) { in VisitCastExpr()4974 if (SubExpr->getType()->isVoidPointerType()) in VisitCastExpr()7425 if (LHSTy->isVoidPointerType() && LHSOffset != RHSOffset && in VisitBinaryOperator()
385 bool Type::isVoidPointerType() const { in isVoidPointerType() function in Type
6728 if (lhs->isVoidPointerType() || in ObjCQualifiedIdTypesAreCompatible()6731 else if (rhs->isVoidPointerType() || in ObjCQualifiedIdTypesAreCompatible()