Searched refs:ASTMergeAction (Results 1 – 4 of 4) sorted by relevance
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(FrontendAction *AdaptedAction, in ASTMergeAction() function in ASTMergeAction92 ASTMergeAction::~ASTMergeAction() { in ~ASTMergeAction()96 bool ASTMergeAction::usesPreprocessorOnly() const { in usesPreprocessorOnly()100 TranslationUnitKind ASTMergeAction::getTranslationUnitKind() { in getTranslationUnitKind()104 bool ASTMergeAction::hasPCHSupport() const { in hasPCHSupport()108 bool ASTMergeAction::hasASTFileSupport() const { in hasASTFileSupport()[all …]
169 class ASTMergeAction : public FrontendAction {187 ASTMergeAction(FrontendAction *AdaptedAction, ArrayRef<std::string> ASTFiles);188 ~ASTMergeAction() override;
32 class ASTMergeAction; variable40 friend class ASTMergeAction; variable
159 Act = new ASTMergeAction(Act, FEOpts.ASTMergeFiles); in CreateFrontendAction()