Fixes for highlighting locals in Objective-C methods.

This commit is contained in:
Erik Verbruggen
2009-12-29 18:19:35 +01:00
parent 7c0f4e8f50
commit 5723682b21
3 changed files with 33 additions and 1 deletions

View File

@@ -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);