Fixes for scope range calculation.

This commit is contained in:
Erik Verbruggen
2010-07-19 10:42:07 +02:00
parent 7de836bf85
commit 867bf3dae8
9 changed files with 114 additions and 55 deletions

View File

@@ -234,14 +234,6 @@ public:
virtual ScopedSymbol *asScopedSymbol()
{ return this; }
/// Set the start offset of the scope for this symbol
unsigned startOffset() const;
void setStartOffset(unsigned offset);
/// Set the end offset of the scope for this symbol
unsigned endOffset() const;
void setEndOffset(unsigned offset);
private:
Scope *_members;
};