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

/external/clang/lib/Frontend/
H A DASTUnit.cpp911 class PrecompilePreambleAction : public ASTFrontendAction { class in namespace:__anon17907
916 explicit PrecompilePreambleAction(ASTUnit &Unit) function in class:__anon17907::PrecompilePreambleAction
934 PrecompilePreambleAction *Action;
937 PrecompilePreambleConsumer(ASTUnit &Unit, PrecompilePreambleAction *Action,
982 ASTConsumer *PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI,
1596 std::unique_ptr<PrecompilePreambleAction> Act;
1597 Act.reset(new PrecompilePreambleAction(*this));

Completed in 121 milliseconds