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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp195 class PrecompilePreambleAction : public ASTFrontendAction { class in namespace:__anon1900
197 PrecompilePreambleAction(std::string *InMemStorage, function in class:__anon1900::PrecompilePreambleAction
226 PrecompilePreambleConsumer(PrecompilePreambleAction &Action,
263 PrecompilePreambleAction &Action;
268 PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI,
413 std::unique_ptr<PrecompilePreambleAction> Act;
414 Act.reset(new PrecompilePreambleAction(

Completed in 97 milliseconds