Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp195 class PrecompilePreambleAction : public ASTFrontendAction { class
197 PrecompilePreambleAction(std::string *InMemStorage, in PrecompilePreambleAction() function in __anonbe5e8ed90111::PrecompilePreambleAction
231 PrecompilePreambleConsumer(PrecompilePreambleAction &Action, in PrecompilePreambleConsumer()
268 PrecompilePreambleAction &Action;
273 PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
412 std::unique_ptr<PrecompilePreambleAction> Act; in Build()
413 Act.reset(new PrecompilePreambleAction( in Build()