summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/DeclReferenceMap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use helper class ASTVisitor to fully traverse an AST.Argyrios Kyrtzidis2009-07-291-80/+11
| | | | llvm-svn: 77539
* Handle references from ObjCIvarRefExprs.Argyrios Kyrtzidis2009-07-211-4/+13
| | | | llvm-svn: 76507
* Move the functionality of ASTContext::getCanonicalDecl(), into a virtual ↵Argyrios Kyrtzidis2009-07-181-5/+5
| | | | | | method Decl::getCanonicalDecl(). llvm-svn: 76273
* In DeclReferenceMap, map FieldDecls to the MemberExprs that reference them.Argyrios Kyrtzidis2009-07-141-0/+6
| | | | llvm-svn: 75593
* fix file headers.Chris Lattner2009-07-121-1/+1
| | | | llvm-svn: 75437
* Move ASTLocation and DeclReferenceMap from the AST library to the Index library.Argyrios Kyrtzidis2009-07-061-0/+132
llvm-svn: 74859
OpenPOWER on IntegriCloud