Lines Matching refs:ASTMergeAction
20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction()
34 void ASTMergeAction::ExecuteAction() { in ExecuteAction()
82 void ASTMergeAction::EndSourceFileAction() { in EndSourceFileAction()
86 ASTMergeAction::ASTMergeAction(std::unique_ptr<FrontendAction> adaptedAction, in ASTMergeAction() function in ASTMergeAction
92 ASTMergeAction::~ASTMergeAction() { in ~ASTMergeAction()
95 bool ASTMergeAction::usesPreprocessorOnly() const { in usesPreprocessorOnly()
99 TranslationUnitKind ASTMergeAction::getTranslationUnitKind() { in getTranslationUnitKind()
103 bool ASTMergeAction::hasPCHSupport() const { in hasPCHSupport()
107 bool ASTMergeAction::hasASTFileSupport() const { in hasASTFileSupport()
111 bool ASTMergeAction::hasCodeCompletionSupport() const { in hasCodeCompletionSupport()