Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DFrontendOptions.h57 RunPreprocessorOnly ///< Just lex, no output. enumerator
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp104 case RunPreprocessorOnly: return new PreprocessOnlyAction(); in CreateFrontendBaseAction()
/external/lldb/source/Expression/
DClangExpressionParser.cpp163 case RunPreprocessorOnly: return new PreprocessOnlyAction(); in CreateFrontendBaseAction()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp855 Opts.ProgramAction = frontend::RunPreprocessorOnly; break; in ParseFrontendArgs()
1808 case frontend::RunPreprocessorOnly: in ParsePreprocessorOutputArgs()