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

  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 47 case EmitHTML: return new HTMLPrintAction();
49 case EmitHTML: Action = "EmitHTML"; break;
  /external/clang/include/clang/Frontend/
FrontendOptions.h 36 EmitHTML, ///< Translate input source into HTML.
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 622 Opts.ProgramAction = frontend::EmitHTML; break;
    [all...]

Completed in 50 milliseconds