Home
last modified time | relevance | path

Searched refs:CreateASTPrinter (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTConsumers.h28 std::unique_ptr<ASTConsumer> CreateASTPrinter(std::unique_ptr<raw_ostream> OS,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp160 clang::CreateASTPrinter(std::unique_ptr<raw_ostream> Out, in CreateASTPrinter() function in clang
H A DFrontendActions.cpp99 return CreateASTPrinter(std::move(OS), CI.getFrontendOpts().ASTDumpFilter); in CreateASTConsumer()