Searched refs:ASTMergeAction (Results 1 – 4 of 4) sorted by relevance
19 ASTConsumer *ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction()34 void ASTMergeAction::ExecuteAction() { in ExecuteAction()78 void ASTMergeAction::EndSourceFileAction() { in EndSourceFileAction()82 ASTMergeAction::ASTMergeAction(FrontendAction *AdaptedAction, in ASTMergeAction() function in ASTMergeAction88 ASTMergeAction::~ASTMergeAction() { in ~ASTMergeAction()92 bool ASTMergeAction::usesPreprocessorOnly() const { in usesPreprocessorOnly()96 TranslationUnitKind ASTMergeAction::getTranslationUnitKind() { in getTranslationUnitKind()100 bool ASTMergeAction::hasPCHSupport() const { in hasPCHSupport()104 bool ASTMergeAction::hasASTFileSupport() const { in hasASTFileSupport()[all …]
144 class ASTMergeAction : public FrontendAction {162 ASTMergeAction(FrontendAction *AdaptedAction, ArrayRef<std::string> ASTFiles);163 virtual ~ASTMergeAction();
31 class ASTMergeAction; variable40 friend class ASTMergeAction; variable
171 Act = new ASTMergeAction(Act, FEOpts.ASTMergeFiles); in CreateFrontendAction()