diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/clang/AST/Type.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/AST/Type.h b/include/clang/AST/Type.h index 82a84b3847..a00c0c4ff1 100644 --- a/include/clang/AST/Type.h +++ b/include/clang/AST/Type.h @@ -376,6 +376,7 @@ public: bool isFunctionProtoType() const { return getAsFunctionProtoType() != 0; } bool isPointerType() const; bool isBlockPointerType() const; + bool isVoidPointerType() const; bool isReferenceType() const; bool isLValueReferenceType() const; bool isRValueReferenceType() const; |