[WIP] add check for polymorphic functions
This commit is contained in:
3
type.h
3
type.h
@@ -133,6 +133,9 @@ public:
|
||||
/** Returns true if the underlying type is either a pointer or an array */
|
||||
bool IsVoidType() const;
|
||||
|
||||
/** Returns true if the underlying type is polymorphic */
|
||||
bool IsPolymorphicType() const;
|
||||
|
||||
/** Returns true if this type is 'const'-qualified. */
|
||||
virtual bool IsConstType() const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user