Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 __anone46c764c0111::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()