Lines Matching refs:ASTMergeAction
19 ASTConsumer *ASTMergeAction::CreateASTConsumer(CompilerInstance &CI,
24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI,
34 void ASTMergeAction::ExecuteAction() {
77 void ASTMergeAction::EndSourceFileAction() {
81 ASTMergeAction::ASTMergeAction(FrontendAction *AdaptedAction,
84 assert(AdaptedAction && "ASTMergeAction needs an action to adapt");
87 ASTMergeAction::~ASTMergeAction() {
91 bool ASTMergeAction::usesPreprocessorOnly() const {
95 TranslationUnitKind ASTMergeAction::getTranslationUnitKind() {
99 bool ASTMergeAction::hasPCHSupport() const {
103 bool ASTMergeAction::hasASTFileSupport() const {
107 bool ASTMergeAction::hasCodeCompletionSupport() const {