]> granicus.if.org Git - clang/commit
rename GetStmt -> GetDeclStmt to make it clear that the stmt read
authorChris Lattner <sabre@nondot.org>
Mon, 27 Apr 2009 05:46:25 +0000 (05:46 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 27 Apr 2009 05:46:25 +0000 (05:46 +0000)
commit887e2b375fc5e00084ec7bf3dd050c2ca399a6d2
tree8a3d3232d72f98e9dfc4f78ba08f82fc3468abb9
parent52e97d1afc98cf4cf0a6cb8f43769dfd8acbab20
rename GetStmt -> GetDeclStmt to make it clear that the stmt read
is part of a decl.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70189 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
include/clang/AST/ExternalASTSource.h
include/clang/Frontend/PCHReader.h
lib/Frontend/PCHReader.cpp