Home | History | Annotate | Download | only in Frontend

Lines Matching refs:AdaptedAction

21   return AdaptedAction->CreateASTConsumer(CI, InFile);
29 AdaptedAction->setCurrentInput(getCurrentInput(), takeCurrentASTUnit());
30 AdaptedAction->setCompilerInstance(&CI);
31 return AdaptedAction->BeginSourceFileAction(CI, Filename);
73 AdaptedAction->ExecuteAction();
78 return AdaptedAction->EndSourceFileAction();
81 ASTMergeAction::ASTMergeAction(FrontendAction *AdaptedAction,
83 : AdaptedAction(AdaptedAction), ASTFiles(ASTFiles.begin(), ASTFiles.end()) {
84 assert(AdaptedAction && "ASTMergeAction needs an action to adapt");
88 delete AdaptedAction;
92 return AdaptedAction->usesPreprocessorOnly();
96 return AdaptedAction->getTranslationUnitKind();
100 return AdaptedAction->hasPCHSupport();
104 return AdaptedAction->hasASTFileSupport();
108 return AdaptedAction->hasCodeCompletionSupport();