HomeSort by relevance Sort by last modified time
    Searched refs:CreateHTMLPrinter (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Rewrite/Frontend/
ASTConsumers.h 41 /// CreateHTMLPrinter - Create an AST consumer which rewrites source code to
43 ASTConsumer *CreateHTMLPrinter(raw_ostream *OS, Preprocessor &PP,
  /external/clang/lib/Rewrite/Frontend/
HTMLPrint.cpp 50 ASTConsumer* clang::CreateHTMLPrinter(raw_ostream *OS,
FrontendActions.cpp 36 return CreateHTMLPrinter(OS, CI.getPreprocessor());

Completed in 164 milliseconds