Recognize the members.

This commit is contained in:
Roberto Raggi
2010-08-03 12:22:16 +02:00
parent 6974b2be19
commit 034798c0ef
2 changed files with 25 additions and 4 deletions

View File

@@ -34,6 +34,8 @@
#include <cplusplus/CppDocument.h>
#include <cplusplus/LookupContext.h>
#include <cplusplus/TypeOfExpression.h>
#include <ASTVisitor.h>
#include <QtCore/QSet>
#include <QtCore/QFuture>
@@ -129,6 +131,7 @@ protected:
private:
Document::Ptr _doc;
LookupContext _context;
TypeOfExpression typeOfExpression;
QString _fileName;
QList<Document::DiagnosticMessage> _diagnosticMessages;
QSet<QByteArray> _potentialTypes;