forked from qt-creator/qt-creator
Use the context created by TypeOfExpression.
This commit is contained in:
@@ -105,7 +105,7 @@ Scope *TypeOfExpression::scope() const
|
||||
return m_scope;
|
||||
}
|
||||
|
||||
const LookupContext &TypeOfExpression::lookupContext() const
|
||||
const LookupContext &TypeOfExpression::context() const
|
||||
{
|
||||
return m_lookupContext;
|
||||
}
|
||||
|
||||
@@ -92,7 +92,7 @@ public:
|
||||
/**
|
||||
* Returns the lookup context of the last evaluated expression.
|
||||
*/
|
||||
const LookupContext &lookupContext() const;
|
||||
const LookupContext &context() const;
|
||||
Scope *scope() const;
|
||||
|
||||
ExpressionAST *expressionAST() const;
|
||||
|
||||
Reference in New Issue
Block a user