summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/ASTLocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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