aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/FindUsages.h
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed the line retreival for find-usages.Erik Verbruggen2011-01-171-3/+2
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Compare the scope pointers for local scopes.Roberto Raggi2010-08-261-0/+1
* Get rid of the old Semantic pass.Roberto Raggi2010-08-131-1/+0
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-2/+1
* Push the function scope as soon as we're done processing the core-declarator.Roberto Raggi2010-08-101-1/+1
* New implementation of CPlusPlus::FindUsagesRoberto Raggi2010-08-101-28/+200
* Simplified the lookup.Roberto Raggi2010-08-051-7/+10
* Check only NameId and TemplateNameIdRoberto Raggi2010-08-051-0/+1
* Simplified FindUsages.Roberto Raggi2010-08-051-2/+3
* Introduced helpers to rewrite types and names.Roberto Raggi2010-07-161-2/+2
* Get rid of PostfixExpressionAST and store the base expression together with t...Roberto Raggi2010-06-231-3/+0
* Some initial support for template parameters in our semantic highlighter.Roberto Raggi2010-06-011-0/+9
* Ensure we keep the context around for as long as it is needed.Roberto Raggi2010-05-311-0/+1
* Fixed header protection.Roberto Raggi2010-05-281-3/+3
* Removed the CppBindings.Roberto Raggi2010-05-251-6/+0
* Reuse TypeOfExpression.Roberto Raggi2010-05-171-0/+2
* Improved LookupItem and get rid of some deprecated code.Roberto Raggi2010-05-141-4/+3
* Deprecated the current LookupContext.Roberto Raggi2010-05-051-3/+3
* Changed FindUsages to look into Q_PROPERTYs.Erik Verbruggen2010-03-121-0/+3
* Long live the king!hjk2010-03-051-1/+1
* Simplified ObjC selectors in the AST.Erik Verbruggen2010-02-231-2/+1
* Process the formal arguments of inline methods when searching the usages of a...Roberto Raggi2010-02-111-1/+0
* Changed ObjC message arguments to have SimpleName for the name part.Erik Verbruggen2010-02-081-0/+2
* Use mappedReduce when searching for the usages of a symbol.Roberto Raggi2009-12-041-5/+3
* Removed useless argumentsRoberto Raggi2009-12-031-1/+1
* Save the usages.Roberto Raggi2009-12-021-3/+7
* Use const literals.Roberto Raggi2009-12-011-2/+2
* Don't process already visited nodes.Roberto Raggi2009-11-041-0/+1
* Introduced CPlusPlus::FindUsages.Roberto Raggi2009-10-271-0/+121