Searched refs:HTMLPrinter (Results 1 – 1 of 1) sorted by relevance
31 class HTMLPrinter : public ASTConsumer { class38 HTMLPrinter(std::unique_ptr<raw_ostream> OS, Preprocessor &pp, in HTMLPrinter() function in __anon2fee9fd30111::HTMLPrinter51 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()