Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h51 PrintPreprocessedInput, ///< -E mode. enumerator
/minix3/external/bsd/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp81 case PrintPreprocessedInput: { in CreateFrontendBaseAction()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp818 Opts.ProgramAction = frontend::PrintPreprocessedInput; break; in ParseFrontendArgs()
1798 case frontend::PrintPreprocessedInput: in ParsePreprocessorOutputArgs()