forked from qt-creator/qt-creator
		
	Added LookupContext::resolveOperatorNameId() with the bits needed to resolve operator name ids.
This commit is contained in:
		@@ -119,6 +119,10 @@ private:
 | 
			
		||||
                                           const QList<Scope *> &visibleScopes,
 | 
			
		||||
                                           ResolveMode mode) const;
 | 
			
		||||
 | 
			
		||||
    QList<Symbol *> resolveOperatorNameId(OperatorNameId *opId,
 | 
			
		||||
                                          const QList<Scope *> &visibleScopes,
 | 
			
		||||
                                          ResolveMode mode) const;
 | 
			
		||||
 | 
			
		||||
    Identifier *identifier(const Name *name) const;
 | 
			
		||||
 | 
			
		||||
    QList<Scope *> buildVisibleScopes();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user