Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h136 RunPreprocessorOnly, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp122 case RunPreprocessorOnly: return std::make_unique<PreprocessOnlyAction>(); in CreateFrontendBaseAction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2394 {frontend::RunPreprocessorOnly, OPT_Eonly}, in getFrontendActionTable()
4089 case frontend::RunPreprocessorOnly: in isStrictlyPreprocessorAction()