Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTConsumers.h34 std::unique_ptr<ASTConsumer> CreateASTPrinter(std::unique_ptr<raw_ostream> OS,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTConsumers.cpp157 clang::CreateASTPrinter(std::unique_ptr<raw_ostream> Out, in CreateASTPrinter() function in clang
H A DFrontendActions.cpp73 return CreateASTPrinter(std::move(OS), CI.getFrontendOpts().ASTDumpFilter); in CreateASTConsumer()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-check/
H A DClangCheck.cpp181 return clang::CreateASTPrinter(nullptr, ASTDumpFilter); in newASTConsumer()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DHowToSetupToolingForLLVM.rst139 return clang::CreateASTPrinter(&llvm::outs(), this->ASTDumpFilter);