Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its place.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 18 Jul 2009 00:34:25 +0000 (00:34 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 18 Jul 2009 00:34:25 +0000 (00:34 +0000)
commit6b7e37616077495adc4f0fedccb7458b51817d66
treec1a2f3002c0a3b51fc9af6ca4a4cf1a545949dd3
parent5614aef776d36e2eac36b8fef9c0ab356bb901d2
Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its place.

llvm-svn: 76274
clang/include/clang/AST/ASTContext.h
clang/lib/AST/ASTContext.cpp
clang/lib/AST/DeclTemplate.cpp
clang/lib/Sema/SemaLookup.cpp
clang/lib/Sema/SemaOverload.cpp
clang/lib/Sema/SemaTemplate.cpp
clang/lib/Sema/SemaTemplateDeduction.cpp
clang/lib/Sema/SemaTemplateInstantiate.cpp
clang/lib/Sema/SemaTemplateInstantiateDecl.cpp