Searched refs:CreateHTMLPrinter (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/Rewrite/Frontend/
H A DASTConsumers.h39 /// CreateHTMLPrinter - Create an AST consumer which rewrites source code to
41 std::unique_ptr<ASTConsumer> CreateHTMLPrinter(std::unique_ptr<raw_ostream> OS,
/openbsd-current/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DHTMLPrint.cpp49 clang::CreateHTMLPrinter(std::unique_ptr<raw_ostream> OS, Preprocessor &PP, function in class:clang
H A DFrontendActions.cpp44 return CreateHTMLPrinter(std::move(OS), CI.getPreprocessor());

Completed in 214 milliseconds