]> granicus.if.org Git - clang/commit
Some changes to ASTLocation's methods
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 6 Jul 2009 21:35:20 +0000 (21:35 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 6 Jul 2009 21:35:20 +0000 (21:35 +0000)
commit755c6b42154e7c2225d973babf84eb2587576bcd
tree1f2e952ec68f69f37524d09c12439ab08e37e52b
parent8fb3333d45ab3b327766e26310581cacf43fb374
Some changes to ASTLocation's methods

-Change hasStmt() to isStmt()
-Add isDecl()
-Add getSourceRange()

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74862 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Index/ASTLocation.h
lib/Index/ASTLocation.cpp
tools/index-test/index-test.cpp