Home | History | Annotate | Download | only in Frontend

Lines Matching refs:ASTMergeAction

20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI,
34 void ASTMergeAction::ExecuteAction() {
82 void ASTMergeAction::EndSourceFileAction() {
86 ASTMergeAction::ASTMergeAction(FrontendAction *AdaptedAction,
89 assert(AdaptedAction && "ASTMergeAction needs an action to adapt");
92 ASTMergeAction::~ASTMergeAction() {
96 bool ASTMergeAction::usesPreprocessorOnly() const {
100 TranslationUnitKind ASTMergeAction::getTranslationUnitKind() {
104 bool ASTMergeAction::hasPCHSupport() const {
108 bool ASTMergeAction::hasASTFileSupport() const {
112 bool ASTMergeAction::hasCodeCompletionSupport() const {