Home
last modified time | relevance | path

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

/llvm-project/flang/unittests/Frontend/
H A DFrontendActionTest.cpp118 TEST_F(FrontendActionTest, PrintPreprocessedInput) { in TEST_F() argument
129 PrintPreprocessedInput; in TEST_F()
/llvm-project/flang/include/flang/Frontend/
H A DFrontendOptions.h32 PrintPreprocessedInput, enumerator
/llvm-project/flang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp40 case PrintPreprocessedInput: in createFrontendAction()
/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp120 case PrintPreprocessedInput: { in CreateFrontendBaseAction()
/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h127 PrintPreprocessedInput, enumerator
/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp
/llvm-project/flang/lib/Frontend/
H A DCompilerInvocation.cpp524 opts.programAction = PrintPreprocessedInput; in parseFrontendArgs()
1566 frontendOptions.programAction == PrintPreprocessedInput;
/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2383 if (Action == frontend::PrintPreprocessedInput || !ShowLineMarkers) in GenerateMigratorArgs()
2753 {frontend::PrintPreprocessedInput, OPT_E}, in GenerateFrontendArgs()
4650 case frontend::PrintPreprocessedInput: in GeneratePreprocessorOutputArgs()