Searched refs:isVoidPointerType (Results 1 – 10 of 10) sorted by relevance
274 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidPointerType)
1530 bool isVoidPointerType() const;
382 bool Type::isVoidPointerType() const { in isVoidPointerType() function in Type
4579 if (!E->getType()->isVoidPointerType()) { in VisitCastExpr()4581 if (SubExpr->getType()->isVoidPointerType()) in VisitCastExpr()6593 if (LHSTy->isVoidPointerType() && LHSOffset != RHSOffset && in VisitBinaryOperator()
6466 if (lhs->isVoidPointerType() || in ObjCQualifiedIdTypesAreCompatible()6469 else if (rhs->isVoidPointerType() || in ObjCQualifiedIdTypesAreCompatible()
1676 unsigned Diag = DestType->isVoidPointerType() ? in checkIntToPointerCast()
5354 if (LHSTy->isVoidPointerType() || RHSTy->isVoidPointerType()) { in checkConditionalBlockPointerCompatibility()5644 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) { in FindCompositeObjCPointerType()5664 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) { in FindCompositeObjCPointerType()6288 if (RHSType->isVoidPointerType()) { in CheckAssignmentConstraints()
7236 if (ICE->getType()->isVoidPointerType() && in CheckArgumentWithTypeTag()7243 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
1694 if (!T->isVoidPointerType()) { in MergeTypedefNameDecl()
1421 !RegionTy->isVoidPointerType()) { in getExistingLazyBinding()