Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DHTMLPrint.cpp31 class HTMLPrinter : public ASTConsumer { class
38 HTMLPrinter(std::unique_ptr<raw_ostream> OS, Preprocessor &pp, in HTMLPrinter() function in __anone77670870111::HTMLPrinter
51 return std::make_unique<HTMLPrinter>(std::move(OS), PP, SyntaxHighlight, in CreateHTMLPrinter()
55 void HTMLPrinter::Initialize(ASTContext &context) { in Initialize()
59 void HTMLPrinter::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit()