aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/cplusplus/Scope.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2011-03-28 13:21:37 +0200
committerRoberto Raggi <roberto.raggi@nokia.com>2011-05-17 11:45:47 +0200
commit9608af7ad2c7a234f2665d70487edcdad17925e8 (patch)
treea9307ce7d36189470c57f00377c8551f0707c67b /src/libs/3rdparty/cplusplus/Scope.h
parent670d241288d1ec5e4560e90c5b548ea4021d9acb (diff)
Added support to C++ symbols rewriting.
This should simplify full C++ template instantiations. Reviewed-by: Christian Kamm
Diffstat (limited to 'src/libs/3rdparty/cplusplus/Scope.h')
-rw-r--r--src/libs/3rdparty/cplusplus/Scope.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/3rdparty/cplusplus/Scope.h b/src/libs/3rdparty/cplusplus/Scope.h
index 2e40ae36dd..73276d3b44 100644
--- a/src/libs/3rdparty/cplusplus/Scope.h
+++ b/src/libs/3rdparty/cplusplus/Scope.h
@@ -31,6 +31,7 @@ class CPLUSPLUS_EXPORT Scope: public Symbol
{
public:
Scope(TranslationUnit *translationUnit, unsigned sourceLocation, const Name *name);
+ Scope(Clone *clone, Subst *subst, Scope *original);
virtual ~Scope();
/// Adds a Symbol to this Scope.