Home
last modified time | relevance | path

Searched refs:GeneratePCH (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp67 case GeneratePCH: return std::make_unique<GeneratePCHAction>(); in CreateFrontendBaseAction()
151 CI.getFrontendOpts().ProgramAction != frontend::GeneratePCH) { in CreateFrontendAction()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h91 GeneratePCH, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp347 FrontendOpts.ProgramAction = frontend::GeneratePCH; in Build()
H A DCompilerInvocation.cpp2380 {frontend::GeneratePCH, OPT_emit_pch}, in getFrontendActionTable()
4069 case frontend::GeneratePCH: in isStrictlyPreprocessorAction()
/freebsd-13.1/lib/clang/libclang/
H A DMakefile526 SRCS_MIN+= Serialization/GeneratePCH.cpp