Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h136 RunPreprocessorOnly, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp122 case RunPreprocessorOnly: return std::make_unique<PreprocessOnlyAction>(); in CreateFrontendBaseAction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp2397 {frontend::RunPreprocessorOnly, OPT_Eonly}, in getFrontendActionTable()
4082 case frontend::RunPreprocessorOnly: in isStrictlyPreprocessorAction()