Lines Matching refs:ASTMergeAction
19 ASTConsumer *ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction()
34 void ASTMergeAction::ExecuteAction() { in ExecuteAction()
79 void ASTMergeAction::EndSourceFileAction() { in EndSourceFileAction()
83 ASTMergeAction::ASTMergeAction(FrontendAction *AdaptedAction, in ASTMergeAction() function in ASTMergeAction
89 ASTMergeAction::~ASTMergeAction() { in ~ASTMergeAction()
93 bool ASTMergeAction::usesPreprocessorOnly() const { in usesPreprocessorOnly()
97 TranslationUnitKind ASTMergeAction::getTranslationUnitKind() { in getTranslationUnitKind()
101 bool ASTMergeAction::hasPCHSupport() const { in hasPCHSupport()
105 bool ASTMergeAction::hasASTFileSupport() const { in hasASTFileSupport()
109 bool ASTMergeAction::hasCodeCompletionSupport() const { in hasCodeCompletionSupport()