Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp128 class PrecompilePreambleAction : public ASTFrontendAction { class
130 PrecompilePreambleAction(std::string *InMemStorage, in PrecompilePreambleAction() function in __anone38eff540111::PrecompilePreambleAction
159 PrecompilePreambleConsumer(PrecompilePreambleAction &Action, in PrecompilePreambleConsumer()
189 PrecompilePreambleAction &Action;
194 PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
339 std::unique_ptr<PrecompilePreambleAction> Act; in Build()
340 Act.reset(new PrecompilePreambleAction( in Build()