Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendOptions.h131 RunPreprocessorOnly enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp119 case RunPreprocessorOnly: return llvm::make_unique<PreprocessOnlyAction>(); in CreateFrontendBaseAction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1661 Opts.ProgramAction = frontend::RunPreprocessorOnly; break; in ParseFrontendArgs()
3071 case frontend::RunPreprocessorOnly: in isStrictlyPreprocessorAction()