Renamed Symboo::isScopedSymbol().

This commit is contained in:
Roberto Raggi
2010-08-12 12:35:22 +02:00
parent b2baaee4b6
commit 16b1e8b40d
4 changed files with 5 additions and 5 deletions

View File

@@ -84,7 +84,7 @@ static void debugCppSymbolRecursion(QTextStream &str, const Overview &o,
str << " declaration";
if (s.isBlock())
str << " block";
if (doRecurse && s.isScopedSymbol()) {
if (doRecurse && s.isScope()) {
const Scope *scoped = s.asScope();
const int size = scoped->memberCount();
str << " scoped symbol of " << size << '\n';