Home
last modified time | relevance | path

Searched refs:PrintPreprocessedInput (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/unittests/Frontend/
H A DFrontendActionTest.cpp111 TEST_F(FrontendActionTest, PrintPreprocessedInput) { in TEST_F() argument
122 PrintPreprocessedInput; in TEST_F()
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DFrontendOptions.h31 PrintPreprocessedInput, enumerator
/llvm-project-15.0.7/flang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp38 case PrintPreprocessedInput: in createFrontendAction()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendOptions.h121 PrintPreprocessedInput, enumerator
/llvm-project-15.0.7/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp102 case PrintPreprocessedInput: { in CreateFrontendBaseAction()
/llvm-project-15.0.7/flang/lib/Frontend/
H A DCompilerInvocation.cpp178 opts.programAction = PrintPreprocessedInput; in parseFrontendArgs()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp2108 if (Action == frontend::PrintPreprocessedInput || !ShowLineMarkers) in ParseDependencyOutputArgs()
2483 {frontend::PrintPreprocessedInput, OPT_E}, in getFrontendActionTable()
4150 case frontend::PrintPreprocessedInput: in isStrictlyPreprocessorAction()