aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Index/ASTLocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-1/+1
2010-05-20Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan...Abramo Bagnara1-1/+1
2010-04-17Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer1-2/+2
2009-10-18Clone the full Type hierarchy into the TypeLoc hierarchy. NormalizeJohn McCall1-1/+1
2009-09-29Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be:Argyrios Kyrtzidis1-90/+51
2009-09-29Add more const-goodness to ASTLocation.Argyrios Kyrtzidis1-12/+12
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump1-8/+8
2009-07-29Find references inside blocks.Argyrios Kyrtzidis1-0/+12
2009-07-29Constify ASTLocation::print.Argyrios Kyrtzidis1-2/+2
2009-07-21Handle references from ObjCIvarRefExprs.Argyrios Kyrtzidis1-0/+4
2009-07-20The children statements might be NULL. Check for this case in Zhongxing Xu1-2/+3
2009-07-18Introduce ASTLocation::getReferencedDecl(), for getting the declaration that ...Argyrios Kyrtzidis1-0/+24
2009-07-18Handle invalid ASTLocations instead of asserting.Argyrios Kyrtzidis1-1/+6
2009-07-18Make ASTLocation accept a Stmt that is inside an ObjCMethodDecl.Argyrios Kyrtzidis1-3/+19
2009-07-17As suggested by Argyrios, revert r76159 and make "FindImmediateParent" Zhongxing Xu1-11/+1
2009-07-17Relax the assertion in ASTLocation's ctor: if the decl is not the immediateZhongxing Xu1-0/+10
2009-07-06Some changes to ASTLocation's methodsArgyrios Kyrtzidis1-2/+5
2009-07-06Move ASTLocation and DeclReferenceMap from the AST library to the Index library.Argyrios Kyrtzidis1-0/+91