Searched refs:isVoidPointerType (Results 1 – 14 of 14) sorted by relevance
140 if (B->isVoidPointerType() && A->getAs<PointerType>()) in typesCompatible()
273 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidPointerType)
1666 bool isVoidPointerType() const;
415 if (argTy->isVoidPointerType()) { in matchesType()
1051 (T->isObjCObjectPointerType() || T->isVoidPointerType())) in CheckSubscriptingKind()
1837 unsigned Diag = DestType->isVoidPointerType() ? in checkIntToPointerCast()
6342 if (LHSTy->isVoidPointerType() || RHSTy->isVoidPointerType()) { in checkConditionalBlockPointerCompatibility()6844 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) { in FindCompositeObjCPointerType()6864 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) { in FindCompositeObjCPointerType()7533 if (RHSType->isVoidPointerType()) { in CheckAssignmentConstraints()
10863 if (ICE->getType()->isVoidPointerType() && in CheckArgumentWithTypeTag()10870 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
4454 if (!T->isVoidPointerType()) { in handleObjCBridgeAttr()
1956 if (!T->isVoidPointerType()) { in MergeTypedefNameDecl()
1508 !RegionTy->isVoidPointerType()) { in getExistingLazyBinding()
5128 if (!E->getType()->isVoidPointerType()) { in VisitCastExpr()5130 if (SubExpr->getType()->isVoidPointerType()) in VisitCastExpr()7721 if (LHSTy->isVoidPointerType() && LHSOffset != RHSOffset && in VisitBinaryOperator()
385 bool Type::isVoidPointerType() const { in isVoidPointerType() function in Type
6826 if (lhs->isVoidPointerType() || in ObjCQualifiedIdTypesAreCompatible()6829 else if (rhs->isVoidPointerType() || in ObjCQualifiedIdTypesAreCompatible()