Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp249 class PrecompilePreambleAction : public ASTFrontendAction { class
251 PrecompilePreambleAction(std::shared_ptr<PCHBuffer> Buffer, bool WritePCHFile, in PrecompilePreambleAction() function in __anon90aee0a50111::PrecompilePreambleAction
294 PrecompilePreambleConsumer(PrecompilePreambleAction &Action, Preprocessor &PP, in PrecompilePreambleConsumer()
320 PrecompilePreambleAction &Action;
324 PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
513 auto Act = std::make_unique<PrecompilePreambleAction>( in Build()