Skip to content

Outliner::Result::Result

Constructor

Synopsis

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

[[visibility]]
Result(
    SgFunctionDeclaration*,
    SgStatement*,
    SgFile* file,
    SageInterface::DeferredTransformation deferredTransformation);

Parameters

Name

Description

file

This class represents a source file for a project (which may contian

deferredTransformation

Add, remove,and replace AST

Created with MrDocs