Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendOptions.h118 PrintPreamble, enumerator
/llvm-project-15.0.7/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp101 case PrintPreamble: return std::make_unique<PrintPreambleAction>(); in CreateFrontendBaseAction()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp2482 {frontend::PrintPreamble, OPT_print_preamble}, in getFrontendActionTable()
4149 case frontend::PrintPreamble: in isStrictlyPreprocessorAction()