Simple typedef support for T_ARROW member access.

This commit is contained in:
Roberto Raggi
2008-12-30 11:45:41 +01:00
parent f6f0c81021
commit 12ee869eda
2 changed files with 12 additions and 14 deletions

View File

@@ -96,8 +96,7 @@ private:
const QList<CPlusPlus::TypeOfExpression::Result> &,
const CPlusPlus::LookupContext &context);
bool completeMember(CPlusPlus::FullySpecifiedType exprTy,
const QList<CPlusPlus::TypeOfExpression::Result> &,
bool completeMember(const QList<CPlusPlus::TypeOfExpression::Result> &,
const CPlusPlus::LookupContext &context);
bool completeScope(const QList<CPlusPlus::TypeOfExpression::Result> &,