Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp247 class PrecompilePreambleAction : public ASTFrontendAction { class
249 PrecompilePreambleAction(std::shared_ptr<PCHBuffer> Buffer, bool WritePCHFile, in PrecompilePreambleAction() function in __anonbd5fa31b0111::PrecompilePreambleAction
292 PrecompilePreambleConsumer(PrecompilePreambleAction &Action, in PrecompilePreambleConsumer()
319 PrecompilePreambleAction &Action;
323 PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
512 auto Act = std::make_unique<PrecompilePreambleAction>( in Build()