summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/ASTLocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused, unmaintained, incomplete 'Index' library.Douglas Gregor2012-04-131-114/+0
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-1/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-4/+4
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-171-2/+0
* Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer2011-10-141-2/+2
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-231-1/+0
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-2/+2
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-1/+1
* Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan...Abramo Bagnara2010-05-201-1/+1
* Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer2010-04-171-2/+2
* 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