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

/external/clang/lib/Frontend/
H A DASTUnit.cpp895 class PrecompilePreambleAction : public ASTFrontendAction { class in namespace:__anon1035
900 explicit PrecompilePreambleAction(ASTUnit &Unit) function in class:__anon1035::PrecompilePreambleAction
918 PrecompilePreambleAction *Action;
921 PrecompilePreambleConsumer(ASTUnit &Unit, PrecompilePreambleAction *Action,
965 PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI,
1549 std::unique_ptr<PrecompilePreambleAction> Act;
1550 Act.reset(new PrecompilePreambleAction(*this));

Completed in 48 milliseconds