Home
last modified time | relevance | path

Searched refs:CreateASTDumper (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTConsumers.h40 CreateASTDumper(std::unique_ptr<raw_ostream> OS, StringRef FilterString,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTConsumers.cpp164 clang::CreateASTDumper(std::unique_ptr<raw_ostream> Out, StringRef FilterString, in CreateASTDumper() function in clang
H A DFrontendActions.cpp80 return CreateASTDumper(nullptr /*Dump to stdout.*/, Opts.ASTDumpFilter, in CreateASTConsumer()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-check/
H A DClangCheck.cpp174 return clang::CreateASTDumper(nullptr /*Dump to stdout.*/, ASTDumpFilter, in newASTConsumer()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp323 ASTConsumers.push_back(CreateASTDumper(nullptr /*Dump to stdout.*/, "", in Parse()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DHowToSetupToolingForLLVM.rst136 return clang::CreateASTDumper(nullptr /*Dump to stdout.*/,