Skip to content

SageBuilder::fixupCopyOfAstFromSeparateFileInNewTargetAst

Fixup any AST moved from one file two another (references to symbols, types, etc.).

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
void
fixupCopyOfAstFromSeparateFileInNewTargetAst(
    SgStatement* insertionPoint,
    bool insertionPointIsScope,
    SgStatement* toInsert,
    SgStatement* original_before_copy);

Parameters

Name

Description

insertionPoint

This class represents the notion of a statement.

toInsert

This class represents the notion of a statement.

original_before_copy

This class represents the notion of a statement.

Created with MrDocs