Improved the semantic search for class declarations.

This commit is contained in:
Roberto Raggi
2009-06-09 15:39:50 +02:00
parent 769d6282bd
commit 31522c5599
2 changed files with 42 additions and 17 deletions

View File

@@ -68,7 +68,7 @@ public:
protected:
QString matchingLine(const CPlusPlus::Token &tk) const;
void reportResult(unsigned tokenIndex);
void reportResult(unsigned tokenIndex, int offset, int len);
};
class SemanticSearchFactory