Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DFrontendOptions.h58 RunPreprocessorOnly ///< Just lex, no output. enumerator
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp104 case RunPreprocessorOnly: return new PreprocessOnlyAction(); in CreateFrontendBaseAction()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp967 Opts.ProgramAction = frontend::RunPreprocessorOnly; break; in ParseFrontendArgs()
1957 case frontend::RunPreprocessorOnly: in ParsePreprocessorOutputArgs()