Home | History | Annotate | Download | only in Frontend

Lines Matching refs:ASTMergeAction

19 ASTConsumer *ASTMergeAction::CreateASTConsumer(CompilerInstance &CI,
24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI,
34 void ASTMergeAction::ExecuteAction() {
79 void ASTMergeAction::EndSourceFileAction() {
83 ASTMergeAction::ASTMergeAction(FrontendAction *AdaptedAction,
86 assert(AdaptedAction && "ASTMergeAction needs an action to adapt");
89 ASTMergeAction::~ASTMergeAction() {
93 bool ASTMergeAction::usesPreprocessorOnly() const {
97 TranslationUnitKind ASTMergeAction::getTranslationUnitKind() {
101 bool ASTMergeAction::hasPCHSupport() const {
105 bool ASTMergeAction::hasASTFileSupport() const {
109 bool ASTMergeAction::hasCodeCompletionSupport() const {