]> granicus.if.org Git - clang/commit
Migrate some stuff from NamedDecl::getName() to
authorChris Lattner <sabre@nondot.org>
Mon, 24 Nov 2008 04:00:27 +0000 (04:00 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 24 Nov 2008 04:00:27 +0000 (04:00 +0000)
commit39f34e97d6a468f0a7dfa5664c61217cffc65b74
tree9681872a04f2582824f6038b5df91cea35bb4742
parent8ec03f58c33c33a917f54bb7f2cd61b6d7ffe0ca
Migrate some stuff from NamedDecl::getName() to
NamedDecl::getNameAsString() to make it more explicit.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59937 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp
lib/AST/DeclarationName.cpp
lib/AST/StmtDumper.cpp
lib/AST/StmtPrinter.cpp
lib/AST/Type.cpp
lib/Analysis/BasicStore.cpp
lib/CodeGen/CGCall.cpp
lib/CodeGen/CGDecl.cpp