diff options
Diffstat (limited to 'Types.h')
-rw-r--r-- | Types.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -325,6 +325,7 @@ public: virtual unsigned getSizeOnStack() const override; Location const& getLocation() const { return m_location; } + std::string getCanonicalSignature() const; private: TypePointers m_parameterTypes; |