NFC: Rename TemplateDecl dump utilities
authorStephen Kelly <steveire@gmail.com>
Sun, 9 Dec 2018 13:33:30 +0000 (13:33 +0000)
committerStephen Kelly <steveire@gmail.com>
Sun, 9 Dec 2018 13:33:30 +0000 (13:33 +0000)
commit2413638a6d39c4dd139c82e0719dd13194e6139b
tree8a13b5ae19d91d0e9bd9ff2dcdc99533d97bba98
parente26a88aaa870383bb3467bc2df1924619d3147c7
NFC: Rename TemplateDecl dump utilities

There is a clang::TemplateDecl AST type, so a method called
VisitTemplateDecl looks like it should 'override' the method from the
base visitor, but it does not because of the extra parameters it takes.

In reality, these methods are utilities, so name them like utilities.

llvm-svn: 348720
clang/lib/AST/ASTDumper.cpp