Searched refs:isVoidPointerType (Results 1 – 8 of 8) sorted by relevance
274 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidPointerType)
1499 bool isVoidPointerType() const;
371 bool Type::isVoidPointerType() const { in isVoidPointerType() function in Type
3072 if (!E->getType()->isVoidPointerType()) { in VisitCastExpr()3074 if (SubExpr->getType()->isVoidPointerType()) in VisitCastExpr()5007 if (LHSTy->isVoidPointerType() && LHSOffset != RHSOffset && in VisitBinaryOperator()
5848 if (lhs->isVoidPointerType() || in ObjCQualifiedIdTypesAreCompatible()5851 else if (rhs->isVoidPointerType() || in ObjCQualifiedIdTypesAreCompatible()
4815 if (LHSTy->isVoidPointerType() || RHSTy->isVoidPointerType()) { in checkConditionalBlockPointerCompatibility()5112 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) { in FindCompositeObjCPointerType()5132 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) { in FindCompositeObjCPointerType()5749 if (RHSType->isVoidPointerType()) { in CheckAssignmentConstraints()
6038 if (ICE->getType()->isVoidPointerType()) in CheckArgumentWithTypeTag()6044 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
1599 if (!T->isVoidPointerType()) { in MergeTypedefNameDecl()