Jump at the function's definition.

This commit is contained in:
Roberto Raggi
2010-05-14 09:11:05 +02:00
parent 5d13a206e2
commit 1302de086a
2 changed files with 3 additions and 6 deletions

View File

@@ -555,6 +555,7 @@ bool ResolveExpression::visit(MemberAccessAST *ast)
// The candidate types for the base expression are stored in
// _results.
const QList<LookupItem> baseResults = _results;
_results.clear();
// Evaluate the expression-id that follows the access operator.
const Name *memberName = 0;