Searched refs:ASTMergeAction (Results 1 – 8 of 8) sorted by relevance
20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction()33 void ASTMergeAction::ExecuteAction() { in ExecuteAction()83 void ASTMergeAction::EndSourceFileAction() { in EndSourceFileAction()87 ASTMergeAction::ASTMergeAction(std::unique_ptr<FrontendAction> adaptedAction, in ASTMergeAction() function in ASTMergeAction93 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 …]
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 ASTMergeAction92 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()[all …]
170 class ASTMergeAction : public FrontendAction {188 ASTMergeAction(std::unique_ptr<FrontendAction> AdaptedAction,190 ~ASTMergeAction() override;
32 class ASTMergeAction; variable40 friend class ASTMergeAction; variable
215 class ASTMergeAction : public FrontendAction {232 ASTMergeAction(std::unique_ptr<FrontendAction> AdaptedAction,234 ~ASTMergeAction() override;
165 Act = llvm::make_unique<ASTMergeAction>(std::move(Act), in CreateFrontendAction()
181 Act = std::make_unique<ASTMergeAction>(std::move(Act), in CreateFrontendAction()