Rename 'ASTNode' -> 'ASTLocation'.
commit2fcbc1e545a47bc3cd1da08944516f17a6e08c56
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Mon, 6 Jul 2009 21:34:20 +0000 (6 21:34 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Mon, 6 Jul 2009 21:34:20 +0000 (6 21:34 +0000)
tree70eab7283470c4b7f92f2ab777edf8fdea9397ff
parent6af5f1127ea9f2f794a0a65d6c3d7b5e59b7f219
Rename 'ASTNode' -> 'ASTLocation'.

ASTLocation is a much better name for its intended purpose which to represent a "point" into the AST.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74858 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTLocation.h [moved from include/clang/AST/ASTNode.h with 74% similarity]
include/clang/AST/DeclReferenceMap.h
include/clang/Frontend/Utils.h
lib/AST/ASTLocation.cpp [moved from lib/AST/ASTNode.cpp with 88% similarity]
lib/AST/CMakeLists.txt
lib/AST/DeclReferenceMap.cpp
lib/Frontend/ResolveLocation.cpp
tools/index-test/index-test.cpp