Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Action

1000   PrecompilePreambleAction *Action;
1003 PrecompilePreambleConsumer(ASTUnit &Unit, PrecompilePreambleAction *Action,
1007 Unit(Unit), Hash(Unit.getCurrentTopLevelHashValue()), Action(Action) {
1041 Action->setHasEmittedPreamblePCH();
1767 ASTFrontendAction *Action,
1796 AST->TUKind = Action ? Action->getTranslationUnitKind() : TU_Complete;
1858 ASTFrontendAction *Act = Action;