summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/ASTLocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clone the full Type hierarchy into the TypeLoc hierarchy. NormalizeJohn McCall2009-10-181-1/+1
* Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be:Argyrios Kyrtzidis2009-09-291-90/+51
* Add more const-goodness to ASTLocation.Argyrios Kyrtzidis2009-09-291-12/+12
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-8/+8
* Find references inside blocks.Argyrios Kyrtzidis2009-07-291-0/+12
* Constify ASTLocation::print.Argyrios Kyrtzidis2009-07-291-2/+2
* Handle references from ObjCIvarRefExprs.Argyrios Kyrtzidis2009-07-211-0/+4
* The children statements might be NULL. Check for this case in Zhongxing Xu2009-07-201-2/+3
* Introduce ASTLocation::getReferencedDecl(), for getting the declaration that ...Argyrios Kyrtzidis2009-07-181-0/+24
* Handle invalid ASTLocations instead of asserting.Argyrios Kyrtzidis2009-07-181-1/+6
* Make ASTLocation accept a Stmt that is inside an ObjCMethodDecl.Argyrios Kyrtzidis2009-07-181-3/+19
* As suggested by Argyrios, revert r76159 and make "FindImmediateParent" Zhongxing Xu2009-07-171-11/+1
* Relax the assertion in ASTLocation's ctor: if the decl is not the immediateZhongxing Xu2009-07-171-0/+10
* Some changes to ASTLocation's methodsArgyrios Kyrtzidis2009-07-061-2/+5
* Move ASTLocation and DeclReferenceMap from the AST library to the Index library.Argyrios Kyrtzidis2009-07-061-0/+91
OpenPOWER on IntegriCloud