diff options
Diffstat (limited to 'src/shared/cplusplus/Scope.h')
-rw-r--r-- | src/shared/cplusplus/Scope.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/cplusplus/Scope.h b/src/shared/cplusplus/Scope.h index a31b6459be..25df03a25e 100644 --- a/src/shared/cplusplus/Scope.h +++ b/src/shared/cplusplus/Scope.h @@ -114,6 +114,9 @@ public: /// Returns true if this scope's owner is an ObjCClass Symbol. bool isObjCClassScope() const; + /// Returns true if this scope's owner is an ObjCMethod symbol. + bool isObjCMethodScope() const; + /// Adds a Symbol to this Scope. void enterSymbol(Symbol *symbol); |