diff options
author | Roberto Raggi <[email protected]> | 2009-10-13 12:20:21 +0200 |
---|---|---|
committer | Roberto Raggi <[email protected]> | 2009-10-13 12:21:05 +0200 |
commit | 5bee5dea132d755f903c73434ba17cdacb0578e3 (patch) | |
tree | cc391fd5e5bc08364994189b550c020ade1c1242 /src/shared/cplusplus/Symbol.h | |
parent | b07c1be547d7beb432c43bb8f0c9301595a0dde8 (diff) |
Check the scope of class and fwd-class declarations
Diffstat (limited to 'src/shared/cplusplus/Symbol.h')
-rw-r--r-- | src/shared/cplusplus/Symbol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/cplusplus/Symbol.h b/src/shared/cplusplus/Symbol.h index 511e14c9f21..0857673d3f4 100644 --- a/src/shared/cplusplus/Symbol.h +++ b/src/shared/cplusplus/Symbol.h @@ -281,6 +281,8 @@ public: bool isGenerated() const; + Symbol *enclosingSymbol() const; + /// Returns the eclosing namespace scope. Scope *enclosingNamespaceScope() const; |