clang 19.0.0git
Namespaces | Functions
ASTConsumers.h File Reference
#include "clang/AST/ASTDumperUtils.h"
#include "clang/Basic/LLVM.h"
#include <memory>

Go to the source code of this file.

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 

Functions

std::unique_ptr< ASTConsumerclang::CreateASTPrinter (std::unique_ptr< raw_ostream > OS, StringRef FilterString)
 
std::unique_ptr< ASTConsumerclang::CreateASTDumper (std::unique_ptr< raw_ostream > OS, StringRef FilterString, bool DumpDecls, bool Deserialize, bool DumpLookups, bool DumpDeclTypes, ASTDumpOutputFormat Format)
 
std::unique_ptr< ASTConsumerclang::CreateASTDeclNodeLister ()
 
std::unique_ptr< ASTConsumerclang::CreateASTViewer ()