Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp235 class PrecompilePreambleAction : public ASTFrontendAction { class
237 PrecompilePreambleAction(std::shared_ptr<PCHBuffer> Buffer, bool WritePCHFile, in PrecompilePreambleAction() function in __anone3bc85d50111::PrecompilePreambleAction
280 PrecompilePreambleConsumer(PrecompilePreambleAction &Action, in PrecompilePreambleConsumer()
307 PrecompilePreambleAction &Action;
311 PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
499 auto Act = std::make_unique<PrecompilePreambleAction>( in Build()