summaryrefslogtreecommitdiffstats
path: root/clang/Driver/ASTConsumers.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/Driver/ASTConsumers.h')
-rw-r--r--clang/Driver/ASTConsumers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/Driver/ASTConsumers.h b/clang/Driver/ASTConsumers.h
index 97adfb30c82..0093a7046ac 100644
--- a/clang/Driver/ASTConsumers.h
+++ b/clang/Driver/ASTConsumers.h
@@ -38,6 +38,8 @@ ASTConsumer *CreateASTDumper();
ASTConsumer *CreateASTViewer();
+ASTConsumer *CreateDeclContextPrinter();
+
ASTConsumer *CreateCodeRewriterTest(const std::string& InFile,
const std::string& OutFile,
Diagnostic &Diags,
OpenPOWER on IntegriCloud