]> granicus.if.org Git - clang/commit
Add printName to DeclarationName which prints the human-readable name on a
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 17 Apr 2010 09:56:45 +0000 (09:56 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 17 Apr 2010 09:56:45 +0000 (09:56 +0000)
commitf6cde77d7bc34bbee26b086ff192637af8e9da59
tree046b5b11ffb66989119fc89a66b5ff4e3819a210
parent900fc6388e803868a34b9483510c345e9b49d7eb
Add printName to DeclarationName which prints the human-readable name on a
raw_ostream. Use it in getAsString and NamedDecl's raw_ostream operator.

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