Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp58 case EmitHTML: return std::make_unique<HTMLPrintAction>(); in CreateFrontendBaseAction()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h66 EmitHTML, enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2621 {frontend::EmitHTML, OPT_emit_html}, in getFrontendActionTable()
4469 case frontend::EmitHTML: in isStrictlyPreprocessorAction()