Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h57 RunPreprocessorOnly ///< Just lex, no output. enumerator
/minix3/external/bsd/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp104 case RunPreprocessorOnly: return new PreprocessOnlyAction(); in CreateFrontendBaseAction()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp830 Opts.ProgramAction = frontend::RunPreprocessorOnly; break; in ParseFrontendArgs()
1800 case frontend::RunPreprocessorOnly: in ParsePreprocessorOutputArgs()