Skip to content

ASTtools::assignGeneratedSubtreeToPhysicalFile

Assign a generated subtree to the physical source file that should receive it.

Synopsis

Declared in <src/midend/programTransformation/astOutlining/ASTtools.hh>

[[visibility]]
void
assignGeneratedSubtreeToPhysicalFile(
    SgNode* node,
    int physical_file_id);

Parameters

Name

Description

node

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs