]> granicus.if.org Git - clang/commit
Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 29 Sep 2009 19:44:27 +0000 (19:44 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 29 Sep 2009 19:44:27 +0000 (19:44 +0000)
commitf4526e3fd48248af78b3d59ec36a37bc055b326f
tree937143c4352bb089ece89213bf9649d7a2f2e25a
parentf352bddf015e537350416c296dd2963524f554f9
Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be:

-A NamedDecl reference
-A TypeLoc

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83095 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Index/ASTLocation.h
lib/Analysis/CallGraph.cpp
lib/Index/ASTLocation.cpp
lib/Index/Analyzer.cpp
lib/Index/ResolveLocation.cpp
test/Index/resolve-loc.c
tools/CIndex/CIndex.cpp
tools/index-test/index-test.cpp