Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DFrontendOptions.h59 RunPreprocessorOnly ///< Just lex, no output. enumerator
/external/llvm-project/clang/include/clang/Frontend/
DFrontendOptions.h135 RunPreprocessorOnly, enumerator
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp108 case RunPreprocessorOnly: return llvm::make_unique<PreprocessOnlyAction>(); in CreateFrontendBaseAction()
/external/llvm-project/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp122 case RunPreprocessorOnly: return std::make_unique<PreprocessOnlyAction>(); in CreateFrontendBaseAction()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1139 Opts.ProgramAction = frontend::RunPreprocessorOnly; break; in ParseFrontendArgs()
2268 case frontend::RunPreprocessorOnly: in ParsePreprocessorOutputArgs()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp2019 Opts.ProgramAction = frontend::RunPreprocessorOnly; break; in ParseFrontendArgs()
3616 case frontend::RunPreprocessorOnly: in isStrictlyPreprocessorAction()