Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp103 case PrintPreamble: return std::make_unique<PrintPreambleAction>(); in CreateFrontendBaseAction()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h124 PrintPreamble, enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2642 {frontend::PrintPreamble, OPT_print_preamble}, in getFrontendActionTable()
4497 case frontend::PrintPreamble: in isStrictlyPreprocessorAction()