Rename StmtDumper::DumpSubTree() to dumpStmt()
authorAlexander Kornienko <alexfh@google.com>
Tue, 11 Dec 2012 15:20:44 +0000 (15:20 +0000)
committerAlexander Kornienko <alexfh@google.com>
Tue, 11 Dec 2012 15:20:44 +0000 (15:20 +0000)
commit7bd0f9be94d3f987fc27bd0866ce90cdf289f83d
tree46e364413ebc087dc36073f66633ccc13c24779f
parent90a59fafc01d8ec7dfe38f3376c1bf10b5a4fa39
Rename StmtDumper::DumpSubTree() to dumpStmt()

Summary:
Also rename DumpDeclarator() to dumpDecl(). Once Decl dumping is added, these will be the two main methods of the class, so this is just for consistency in naming.

There was a DumpStmt() method already, but there was no point in having it, so I have merged it into VisitStmt(). Similarly, DumpExpr() is merged into VisitExpr().

Reviewers: alexfh

Reviewed By: alexfh

CC: cfe-commits, alexfh
Differential Revision: http://llvm-reviews.chandlerc.com/D156

llvm-svn: 169865
clang/lib/AST/StmtDumper.cpp