forked from qt-creator/qt-creator
		
	Introduced LookupContext::canonicalSymbol().
This commit is contained in:
		@@ -54,6 +54,9 @@ public:
 | 
			
		||||
    Document::Ptr document(const QString &fileName) const;
 | 
			
		||||
    Snapshot snapshot() const;
 | 
			
		||||
 | 
			
		||||
    static Symbol *canonicalSymbol(Symbol *symbol);
 | 
			
		||||
    static Symbol *canonicalSymbol(const QList<Symbol *> &candidates);
 | 
			
		||||
 | 
			
		||||
    QList<Symbol *> resolve(Name *name) const
 | 
			
		||||
    { return resolve(name, visibleScopes()); }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user