Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendOptions.h62 EmitHTML, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp55 case EmitHTML: return llvm::make_unique<HTMLPrintAction>(); in CreateFrontendBaseAction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1614 Opts.ProgramAction = frontend::EmitHTML; break; in ParseFrontendArgs()
3043 case frontend::EmitHTML: in isStrictlyPreprocessorAction()